-
Notifications
You must be signed in to change notification settings - Fork 9
allow reasoning details to pass through #355
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
Changes from 5 commits
55eafa2
a8c103d
1d630d4
8366a85
4bc58f7
4ebc8c4
15ff290
16ffbac
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -199,6 +199,9 @@ async def _generate_live_tool_calls( | |
| if message.get("tool_calls"): | ||
| assistant_message_for_history["tool_calls"] = message["tool_calls"] | ||
|
|
||
| if message.get("reasoning_details"): | ||
| assistant_message_for_history["reasoning_details"] = message["reasoning_details"] | ||
|
||
|
|
||
| # Add to actual conversation history | ||
| conversation_history.append(assistant_message_for_history) | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.