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
d6dc360215
Update ChatClientAgentThread to support both in-memory and service storage. ( #70 )
...
* Update ChatClientAgentThread to support both in-memory and service storage.
* Fix typos.
* Address PR comments
* Move code to reusable sections.
* Remove DefaultThreadStorageLocation
* Change thread type naming and make it internal
* Fix bug for streaming case.
* Add additional unit tests
* Add more unit tests to verify agent's thread update behavior.
2025-06-12 13:28:08 +00:00
Roger Barreto and GitHub
d761c92a52
.Net ChatClientAgent Streaming API Impl. ( #69 )
...
* Add Streaming API
* Removing InstructionsRole
* Updating thread notification strategy
* Fix net472 failing
* Address typo
2025-06-12 06:18:47 +00:00
Roger Barreto and GitHub
89daf173c4
.Net: ChatClientAgent (Non-Streaming initial impl) ( #65 )
...
* Add non-streaming impl
* Add missing UT
* AgentThread UT + ensuring behavior
* Fix warnings
* Increase code coverage
* Add UT
* Updated abstractions fixes
* Adding AgentInvokingChatClient for instruction handling logic
* Moving AsAgentInvokingClient to ChatClientExtensions
* Address PR Feedback
* Address PR feedback
* Address PR feedback
* Signature updates for chat run options
2025-06-11 10:21:30 +00:00