|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIM. - Mistral AI > Modules |
MiniRobotLanguage (MRL)
AIM.Ask Clipboard
Ask Mistral AI to return a Text also in the Clipboard
Intention
🚀 With this command, you can send a prompt to the Mistral.ai and receive the result from Mistral.ai in a Variable as well as in the System-Clipboard. 🤖💬📈
Especially if you need text that contain Unicode characters, like Emojis, to paste them in social networks or on internet pages,
then this is the right command.
You will get the Unicode output of the model together for example with Emojis in the clipboard of the system ready to paste it with any of the clipboard paste commands.
Using this command you can generally use the role user, system should not be necessary for this command.
Syntax
AIM.Ask Clipboard[|P1][|P2][|P3]
Parameter Explanation
P1 - Input Prompt for Mistral AI.
P2 - (optional) Variable for Returned Text from AI. If missing TOS is used. Anyway the returned Message will also be in the Clipboard as Unicode.
P3 - (optional) numeric 0/1. If P3 is 0, the role is "user", if P3 is 1, the role is "system".Default is user.
Example
'***********************************
' AIM.-Sample
'***********************************
'
$$PRO=How safe is surfing?
AIM.SetModel|mistral-tiny
AIM.Asc|$$PRO|$$RES
MBX.$$RES
Remarks
-
Limitations:
-
See also:
•