|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIU. - OpenAI API > AIU. - Artificial Intelligence Utility |
MiniRobotLanguage (MRL)
Core Operations
Executing Primary AI Tasks
Intention
Core Operations: Performing Key AI Functions
This section contains commands for executing the primary AI tasks supported by the AIU system using the OpenAI API.
It includes chat completions, vision-based completions, embeddings generation, and computer use tasks, forming the core interaction points with the AI.
It’s part of the AIU - OpenAI API suite.
Core Operations commands enable you to perform the fundamental AI tasks, such as engaging in conversational completions (with or without vision), generating embeddings for data analysis, and executing computer-based tasks.
These commands leverage prior configurations (e.g., model, settings) to deliver the AI’s primary functionalities.
The following commands are included:
•AIUChat - Perform a chat completion.
•AIUChatVision - Perform a chat completion with vision.
•AIUResponses - Perform a responses completion.
•AIUResponsesVision - Perform a responses completion with vision.
•AIUEmbed - Generate embeddings.
•AIUComputer - Perform a computer use task.
See also: