|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > AIC. - Artificial Intelligence Command |
AIC.GetRawOutput |
Top |
MiniRobotLanguage (MRL)
AIC.GetRawOutput
DESCRIPTION
Intention
Retrieves the complete raw API response from the last AI request. This command returns the unprocessed JSON response from the OpenAI API, including all metadata, usage statistics, and response details. Useful for debugging or extracting specific API fields.
Syntax
AIC.GetRawOutput
Example
' Get raw API response for debugging
AIC.Chat|"Hello"
raw = AIC.GetRawOutput