|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > AIC. - Artificial Intelligence Command |
AIC.AddToStop |
Top |
MiniRobotLanguage (MRL)
AIC.AddToStop
Add stop sequence to stop list
Intention
The AIC.AddToStop command adds a stop sequence to the list of sequences that will halt AI text generation. Stop sequences tell the AI when to stop generating tokens.
Syntax
AIC.AddToStop|$$Sequence
P1 - $$Sequence - The stop sequence string to add
Example
' Add stop sequences
AIC.AddToStop|END
AIC.AddToStop|###
AIC.AddToStop|Human:
' Now ask - AI will stop at these sequences
AIC.Ask|Tell me a story|$$Story
DBP.$$Story
Related Commands
- AIC.SetStop - Set single stop sequence
- AIC.ClearStop - Clear all stop sequences
- AIC.GetStopCount - Get stop count