|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > AIC. - Artificial Intelligence Command |
AIC.GetSeveral |
Top |
MiniRobotLanguage (MRL)
AIC.GetSeveral
DESCRIPTION
Intention
Retrieves multiple response choices from the AI when the API request was configured to return more than one completion. This command returns all alternative responses generated by the model, allowing you to select the best option or present choices to the user.
Syntax
AIC.GetSeveral
Example
' Get multiple AI responses
AIC.ChatN|"Best color?",3
responses = AIC.GetSeveral