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 c412afe commit 49021baCopy full SHA for 49021ba
src/agentex/lib/core/services/adk/providers/openai.py
@@ -653,7 +653,6 @@ async def run_agent_streamed_auto_send(
653
# Handle reasoning items
654
reasoning_item = event.item.raw_item
655
656
- print(f"TRYING TO GET CONTENT OF REASONING ITEM: {reasoning_item}")
657
reasoning_content = ReasoningContent(
658
author="agent",
659
summary=[summary.text for summary in reasoning_item.summary],
0 commit comments