|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > AIC. - Artificial Intelligence Command |
AIC.AskUnicode |
Top |
MiniRobotLanguage (MRL)
AIC.AskUnicode
Ask with Unicode response support
Intention
The AIC.AskUnicode command sends a prompt to OpenAI and returns the response with full Unicode support. Ideal for working with non-ASCII characters, international languages, and special symbols.
Syntax
AIC.AskUnicode|$$Prompt[|$$RetVar]
P1 - $$Prompt - The text message/prompt to send
P2 - $$RetVar (optional) - Variable to store the Unicode response
Example
' Ask in Chinese, get Unicode response
AIC.AskUnicode|Translate to Chinese: Hello World|$$Chinese
DBP.$$Chinese
' Work with emojis and special chars
AIC.AskUnicode|Give me 5 emojis for happiness|$$Emojis
DBP.$$Emojis
Related Commands
- AIC.AskCompletionUnicode - Unicode completion
- AIC.Ask - Standard chat