-
Notifications
You must be signed in to change notification settings - Fork 812
.NET: Sync samples of hosted agents with the ones in foundry-samples repo #2454
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
base: main
Are you sure you want to change the base?
.NET: Sync samples of hosted agents with the ones in foundry-samples repo #2454
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR synchronizes hosted agent samples with the foundry-samples repository, updating both configuration files and documentation to reflect a templated resource reference pattern and enhanced deployment guidance.
- Updates agent.yaml files to use resource template references (
{{chat}}) instead of hardcoded model names - Adds comprehensive legal disclaimers and transparency notes to all README files
- Restructures README documentation with detailed sections on agent hosting, deployment, and local execution
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| dotnet/samples/HostedAgents/AgentsInWorkflows/agent.yaml | Changed model reference from hardcoded gpt-4o-mini to template variable {{chat}} and updated resource name |
| dotnet/samples/HostedAgents/AgentsInWorkflows/README.md | Added legal disclaimers, expanded documentation with hosting/deployment sections, and reorganized content |
| dotnet/samples/HostedAgents/AgentWithTextSearchRag/agent.yaml | Changed model reference from hardcoded gpt-4o-mini to template variable {{chat}} and updated resource name |
| dotnet/samples/HostedAgents/AgentWithTextSearchRag/README.md | Added legal disclaimers, expanded documentation with hosting/deployment sections, and reorganized content |
| dotnet/samples/HostedAgents/AgentWithHostedMCP/agent.yaml | Changed model reference from hardcoded gpt-4o-mini to template variable {{chat}} and updated resource name |
| dotnet/samples/HostedAgents/AgentWithHostedMCP/README.md | Added legal disclaimers, expanded documentation with hosting/deployment sections, and reorganized content |
…ergeyMenshykh/agent-framework into sync-samples-for-hosted-agents
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
No description provided.