-
Notifications
You must be signed in to change notification settings - Fork 39
Add A2A .NET SDK Scenario #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ntegration - Added .gitignore for Azure-related files. - Created Program.cs to set up the application with SQL Server, Azure Application Insights, and Azure OpenAI services. - Configured launchSettings.json for local development with HTTPS and HTTP profiles. - Added appsettings.Development.json and appsettings.json for logging and Azure configuration. - Created azure.yaml for Azure deployment configuration. - Defined eShopAppHost project file with necessary package references. - Implemented Bicep modules for Application Insights and main infrastructure. - Added parameters for Bicep deployment. - Created OpenAI roles and OpenAI service modules in Bicep. - Developed templates for Products, SQL, and Store services in YAML format. - Added next steps documentation for Azure deployment and CI/CD configuration. - Created solution file to organize project structure. - Implemented service defaults with health checks and OpenTelemetry in Extensions.cs. - Updated eShopServiceDefaults project file with necessary dependencies.
👋 Thanks for contributing @elbruno! We will review the pull request and get back to you soon. |
Check Broken PathsWe have automatically detected the following broken relative paths in your files. Check the file paths and associated broken paths inside them.
|
Check Country Locale in URLsWe have automatically detected added country locale to URLs in your files. Check the file paths and associated URLs inside them.
|
Check Broken URLsWe have automatically detected the following broken URLs in your files. Review and fix the paths to resolve this issue. Check the file paths and associated broken URLs inside them.
|
This pull request introduces a new chat mode configuration for GPT 4.1, removes outdated chat modes, and updates the README to reflect changes in project scenarios and instructions. The most important changes are summarized below:
New Chat Mode Configuration:
.github/chatmodes/beast-mode-4.1.chatmode.md
for GPT 4.1, emphasizing autonomous problem-solving, rigorous testing, and extensive internet research to ensure solutions are robust and complete.Removal of Outdated Chat Modes:
bicep.chatmode.md
file, which previously provided instructions for working with Azure Bicep infrastructure as code.planner.chatmode.md
file, which previously outlined steps for generating implementation plans for features or refactoring.README Updates: