16cbc44611
.Net: Adding ChatOptions configuration to the Agent level ( #75 )
...
* Adding ChatOptions configuration to the Agent level
* fix warnings
* Address Copilot Feedback
* Add UT for new AgentExtensions
* Add UnitTests for ChatOptions merging behavior
* Fix warning
* Address PR Feedback
* Update dotnet/src/Microsoft.Agents/ChatCompletion/ChatClientAgent.cs
Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com >
---------
Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com >
2025-06-17 09:08:11 +00:00
westey and GitHub
293cdb1846
Add test infrastructure for agent conformance tests ( #77 )
...
* Add test infrastructure for agent conformance tests
* Address PR comments.
* Switch TargetFrameworks to have inline condition
2025-06-16 11:32:20 +01:00
westey and GitHub
4d3b17eb27
Add sample for OpenAIAssistant ChatClientAgent ( #74 )
...
* Add sample for OpenAIAssistant
* Fix warning
* Add tools sample and simplify running samples.
* Restructure samples to show common features separate from each type of underlying IChatClient implementation.
* Remove unecessary suppression.
* Renaming namespaces based on suggestion from PR.
2025-06-13 17:11:56 +01:00
2c75f13337
.Net: Add ChatClientAgent Samples - OpenAI Model Client ( #72 )
...
* Add Streaming API
* Removing InstructionsRole
* Updating thread notification strategy
* Fix net472 failing
* Small fixes
* Adding Samples for OpenAI
* WIP samples
* default runsettings for unit tests
* Adding first samples with OpenAIModelChatClientAgents
* Removing OpenAI dependency on the sample utility
* Release -> Debug update for GettingStarted project
* Fix GettingStarted.csproj failing to build in Release
* Update dotnet/src/Shared/Samples/BaseSample.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Address PR feedback
* Fix Step 1 samples
* Simplify code
* Address PR feedback
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-06-12 12:22:07 +00:00