9faa27b8eb
.NET: Clean / address some message warnings ( #291 )
...
* WIP
* Structured Output sample
* Update dotnet/samples/GettingStarted/Steps/Step06_ChatClientAgent_StructuredOutputs.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Address xml and comment targeting the Structured Output context
* Update with proposed fix for Persistent ChatClient
* Address PR feedback
* Address minor warnings
* Address initialization
* Address initialization
* Address PR comments, update suggestions
* Revert changes to NullableAttributese.cs
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Chris <66376200+crickman@users.noreply.github.com >
2025-08-05 12:55:44 +00:00
Reuben Bond and GitHub
e6aeb9a5db
Fix and simplify build ( #218 )
2025-07-23 17:45:50 +00:00
westey and GitHub
fc999e2be8
Rename Agent to AIAgent and instroduce DisplayName ( #201 )
2025-07-18 15:43:38 +00:00
westey and GitHub
95a3264c8b
Add ChatClientAgent constructor overload ( #188 )
...
* Add ChatClientAgent constructor overload
* Add unit tests for new constructor
* Up code coverage with extra tests
* Address PR comments.
* Address PR comment
* Add additional test to increase code coverage.
2025-07-16 13:36:17 +00:00
fef4fd2c18
.Net: Update Code Interpreter Sample as a Step. ( #148 )
...
* Updating code interpreter samples
* Small adjustments to ensure it works as expected
* Update dotnet/samples/GettingStarted/Steps/Step03_ChatClientAgent_UsingCodeInterpreterTools.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Address xmldoc
* Addressing PR coment, external implementaions + ChatClients update, removing RawRepresentationFactory requirement
* Address warnings
* Update Fix warnings
* Proposed changes for the OpenAIAssistantChatClient
* Address PR comments
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com >
2025-07-10 15:26:41 +00:00
Mark Wallace and GitHub
95738b0ac2
Renaming to use Microsoft.Extensions prefix ( #120 )
...
* Rename the folders
* Rename the .csproj files
* Some build file updates
* Update namespaces
* Fix order of imports
* Fix order of imports
* Fix order of imports
2025-07-01 08:15:28 +00:00
westey and GitHub
5f2af80735
Add function call integration tests ( #90 )
...
* Add function call tests
* Address PR comment
2025-06-23 09:02:17 +00:00
westey and GitHub
578b35723a
Remove AdditionalInstructions from AgentRunOptions since it is not well supported outside of ChatClientAgents ( #87 )
...
* Remove additional instructions from AgentRunOptions since it is not well supported outside of ChatClientAgents
* Fix typos and remove unused test.
* Make further namespace fixes and update AzureAIAgent with new tests.
* Expand tests to increase code coverage
2025-06-20 11:54:37 +00:00
westey and GitHub
d1d69af482
Add tests for ChatClientAgent with OpenAI responses ( #82 )
...
* Add tests for ChatClientAgent with OpenAI responses
* Address PR comments
* Fix typo
2025-06-19 09:12:24 +00:00