Another repo for testing Semantic Kernel for multi-agentic scenarios.
dotnet user-secrets init
dotnet user-secrets set AOAI_DEPLOYMENT "gpt-4o-mini"
dotnet user-secrets set AOAI_ENDPOINT "https://yourendpoint.openai.azure.com/"
dotnet user-secrets set AOAI_API_KEY "xxxx"