|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIU. - OpenAI API > AIU. - Artificial Intelligence Utility |
MiniRobotLanguage (MRL)
Output Formatting and Delivery
Controlling Response Presentation
Intention
Output Formatting and Delivery: Managing Response Output
This section provides commands to control how AI responses are formatted and delivered, such as their structure or delivery method.
It ensures responses meet your application’s needs in terms of format and accessibility.
It’s part of the AIU - OpenAI API suite.
These commands manage the presentation of AI outputs, including format (e.g., JSON), streaming behavior, and clipboard integration.
They’re crucial for integrating AI responses into diverse workflows.
The following commands are included:
•AIU.SetResponseFormat - Set the format for AI responses.
•AIU.GetResponseFormat - Retrieve the current response format.
•AIU.SetStream - Set the streaming mode for responses.
•AIU.GetStream - Retrieve the current streaming mode setting.
•AIU.SetClipboardOutput - Set whether output is copied to the clipboard.
•AIU.GetClipboardOutput - Retrieve the clipboard output setting.
See also:
• Tool and Function Management