There are two samples here that demonstrates how to retrofit it to work with multi-agents in Azure AI Agents Service.
- The
openaifolder shows how to do this using theAzure.AI.OpenAISDK - The
azureaifolder shows how to do this using theAzure.AI.ProjectsSDK
Make sure the launchSettings.json is updated with your endpoint.
For each project navigate into the corresponding sample folder and type:
make build run