How Do I Use Select AI Agent
You can use Select AI Agent by
        using the agent action or the DBMS_CLOUD_AI_AGENT.RUN_TEAM
        function.
               
You can use Select AI Agent in the following ways:
                  
- 
Use agentas Select AI action:Select AI agent <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 to learn more.
Parent topic: Select AI Agent