We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086b745 commit 887b481Copy full SHA for 887b481
src/agentex/lib/core/services/adk/providers/openai.py
@@ -655,6 +655,7 @@ async def run_agent_streamed_auto_send(
655
656
reasoning_content = ReasoningContent(
657
author="agent",
658
+ style="static",
659
summary=[summary.text for summary in reasoning_item.summary],
660
content=[content.text for content in reasoning_item.content] if hasattr(reasoning_item, "content") and reasoning_item.content else None,
661
type="reasoning",
0 commit comments