|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIM. - Mistral AI > Modules |
MiniRobotLanguage (MRL)
AIM.Ask Mistral
Ask Mistral.ai and get a result.
Intention
🚀 With this command, you can send a prompt to the Mistral.ai and receive the result from Mistral.ai. 🤖💬📈
Syntax
AIM.Ask Mistral[|P1][|P2][|P3]
Parameter Explanation
P1 - Input Prompt for Mistral AI.
P2 - (optional) Variable for Returned Text from AI. If missing TOS is used.
P3 - (optional) numeric 0/1. If P3 is 1, the role is "user", if P3 is 2, the role is "system", P3 is 3 then the role is "assistant".Default is "assistant".
Example
'***********************************
' AIM.-Sample
'***********************************
'
$$PRO=How safe is surfing?
AIM.SetModel|mistral-tiny
AIM.Ask$$PRO|$$RES
MBX.$$RES
Remarks
-
Limitations:
-
See also:
•