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.SetDelimiterQS

Top


MiniRobotLanguage (MRL)

 

AIC.SetDelimiterQS

Set question delimiter

 

Intention

 

The AIC.SetDelimiterQS command sets the delimiter string used to mark the beginning of user questions in conversation history. This helps parse and format the conversation flow.

 

Syntax

 

AIC.SetDelimiterQS|$$Delimiter

 

P1 - $$Delimiter - The delimiter string for questions

 

Example

 

' Set custom question delimiter

AIC.SetDelimiterQS|[User]:

AIC.Ask|Hello|$$Response