15.3 How Do I Use Select AI Agent Framework
You can use Select AI Agent
Framework by using the agent action or the
DBMS_CLOUD_AI_AGENT.RUN_TEAM function.
You can use Select AI Agent Framework in the following ways:
-
Use
agentas Select AI action:Select AI agent framework <prompt>. - Call the
DBMS_CLOUD_AI_AGENT.RUN_TEAMand supply a prompt within the function along with other parameters.
Both options route the prompt to the chosen agent team and return the team’s reply.
See Also:
Examples of Using Select AI Agent Framework to learn more.
Parent topic: Getting Started with Select AI Agent Framework