|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIU. - OpenAI API > AIU. - Artificial Intelligence Utility |
MiniRobotLanguage (MRL)
Tool and Function Management
Integrating Custom Tools
Intention
Tool and Function Management: Extending AI Capabilities
This section offers commands to configure and monitor the use of custom tools and functions within the AIU system.
It enables advanced workflows where the AI can call external functions.
It’s part of the AIU - OpenAI API suite.
These commands allow you to define tools the AI can use, set preferences for tool selection, and check if a response involved a function call.
This is ideal for integrating custom logic into AI responses.
The following commands are included:
•AIU.SetTools - Set the tools available for the AI to use.
•AIU.GetTools - Retrieve the current tools configuration.
•AIU.SetToolChoice - Set the preferred tool choice for the AI.
•AIU.GetToolChoice - Retrieve the current tool choice setting.
•AIU.GetIsFunctionCall - Check if the response involves a function call.
See also: