|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIM. - Mistral AI > AIM. - Mistral AI |
AIM.AskClipboard |
Top |
MiniRobotLanguage (MRL)
AIM.AskClipboard
Send clipboard content to Mistral AI
Intention
The AIM.AskClipboard command sends the current clipboard content as a prompt to Mistral AI. Useful for processing copied text.
Syntax
AIM.AskClipboard[|$$RetVar]
P1 - $$RetVar (optional) - Variable to store the response
Example
' Copy text to clipboard first
' Then send it to Mistral AI
AIM.AskClipboard|$$Response
DBP.$$Response