-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
feat: Add thought process handling in tool calls and expose ThoughtEvent through stream in AgentChat #5500
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5500 +/- ##
==========================================
+ Coverage 75.41% 75.56% +0.14%
==========================================
Files 171 171
Lines 10467 10483 +16
==========================================
+ Hits 7894 7921 +27
+ Misses 2573 2562 -11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@osdemah if you comment here I can add you as a reviewer |
@peterychang @lspinheiro Please take a look. The changes I made to OpenAIChatCompletionClient will be needed for Ollama, SK, and AzureAI clients as well. |
thanks @ekzhu! I think this should work! I had a patch like this to be able to catch them in the log handlers. but yours should work better, since it also handles adding that to the history.
|
Resolves #5192
Test