AIM. - Mistral AI

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > AI - Artificial Intelligence Commands > AIM. - Mistral AI >

AIM. - Mistral AI

AIM.SetMaxToken

Top


MiniRobotLanguage (MRL)

 

AIM.SetMaxToken

Set the maximum token limit

 

Intention

 

The AIM.SetMaxToken command sets the maximum number of tokens (words/pieces) that Mistral AI will generate in response.

 

Syntax

 

AIM.SetMaxToken|$$Count

 

P1 - $$Count - Maximum tokens (e.g., 100-4000)

 

Example

 

' Set max tokens to 500

AIM.SetMaxToken|500

 

' Set max tokens to 2000 for longer responses

AIM.SetMaxToken|2000