Roger Barreto and Copilot
279d91f58e
.NET: Update Extensions for Strict Agent Definitions + Improvements ( #1892 )
...
* Update Package Nameing: V1 -> AzureAI.Persistent / V2 -> AzureAI
* Update agents and extensions to comply with strict agent definitions
* More static updates
* Address UT, and ResponseTool support
* Improving reusability extensions
* Addressing ResponseTools Unit Tests and extension setup
* Adapted workaround on breaking AAA with OpenAI 2.6.0
* Small updates
* Remove strictness when retrieving agents, improved XmlDocs
* Improve sample comments
* Update dotnet/tests/Microsoft.Agents.AI.AzureAI.UnitTests/AgentsClientExtensionsTests.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Address PR comments
* Address UT failing
* Address Copilot feedback
* Address Copilot feedback
* Address comment typo
* Address PR feedback
* Address typo
* Add missing Extensions with ChatClientAgentOptions
* Address comments
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-05 20:14:12 +00:00
Roger Barreto
51e7a2134a
Update Package Nameing: V1 -> AzureAI.Persistent / V2 -> AzureAI ( #1829 )
2025-11-05 20:13:36 +00:00
Roger Barreto
90226526fa
.NET: Change model to be required just for prompt agent definition specific extensions ( #1812 )
...
* Remove unneeded model from extensions
* Add noop justification
2025-11-05 20:11:43 +00:00
Roger Barreto
7e23140ca9
.NET: Azure.AI.Agents Package Split + Initial Extensions ( #1657 )
...
* Move packages
* Update nuget.config
* Address Xmldoc
* Remove format from branches checks
* Address Xmldocs
* Add more details to the implementation
* Moving Agent logic to ChatClient
* Adding Name and Id overrides to AzureAIAgent
* Updating extensions
* Add GetAiAgent extensions
* Adding support for version as name can conflict 409 using the Agents API with same name
* Addressing more updates to the extensions
* More improvements
* Remove debugging code from sample
* Address copilot feedback
* Apply suggestions from co-pilot code review
2025-11-05 20:10:24 +00:00