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