AIC. - Artificial Intelligence Command

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command >

AIC. - Artificial Intelligence Command

AIC.SetEcho

Top


MiniRobotLanguage (MRL)

 

AIC.SetEcho

Set echo parameter for completions

 

Intention

 

The AIC.SetEcho command sets the echo parameter for OpenAI completion API calls. When echo is true, the prompt is echoed back in addition to the completion. This is useful for seeing the full context of the generated text.

 

Syntax

 

AIC.SetEcho|$$Value

 

P1 - $$Value - Echo flag: TRUE or FALSE

 

Example

 

' Enable echo to see full context

AIC.SetEcho|TRUE

 

' Generate completion with echo

AIC.AskCompletion|The quick brown|$$Result