Replies: 1 comment
-
Could you describe your scenario using code sample? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to create a setup of multiple RAG agents with their own context (which is a DB schema) and a boss agent to call correct RAG agent on the basis of a particular condition. Further from the DB context provided by these RAG agents, another agent need to create a SQL query and run it.. I am stuck in 1st point where the boss agent, userproxy, is not able to call different RAG agents. any leads please.
I am using GPT4o using Azure AI services.
Beta Was this translation helpful? Give feedback.
All reactions