Open
Description
Motivation
This is a great repo for multi-agent solution. I have been studying the repo and trying to get it working for my talk next month. Noticed that the agents currently does not support AI Search as Knowledge (at least the agent classes and methods do not seem to have configurations). It will be great to have an agent example that uses AI Search as grounded knowledge base or even with file search.
How would you feel if this feature request was implemented?
In the agent class/configuration, add additional setting blocks to initialise an Azure Agent with Azure AI Search index or file search as knowledge base references.
Requirements
A list of requirements to consider this feature delivered
- the agent has a knowledge connection to AI search index or file search
- the agent's knowledge base is included in the agent description so that planner agent knows about these knowledge in the planning step
- the agent is able to answer questions based on AI search's response