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 ee09758 commit 9268699Copy full SHA for 9268699
src/agentex/lib/core/services/adk/providers/openai.py
@@ -657,6 +657,7 @@ async def run_agent_streamed_auto_send(
657
author="agent",
658
summary=[summary.text for summary in reasoning_item.summary],
659
content=[content.text for content in reasoning_item.content] if hasattr(reasoning_item, "content") and reasoning_item.content else None,
660
+ type="reasoning",
661
)
662
663
# Create reasoning content using streaming context (immediate completion)
0 commit comments