|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > AIC. - Artificial Intelligence Command |
AIC.GetStopCount |
Top |
MiniRobotLanguage (MRL)
AIC.GetStopCount
DESCRIPTION
Intention
Returns the number of stop sequences currently configured for the AI model. Stop sequences are strings that cause the AI to halt text generation when encountered. This command helps verify how many stop conditions are active.
Syntax
AIC.GetStopCount
Example
' Check number of stop sequences
count = AIC.GetStopCount
Print "Active stop sequences: " & count