Skip to content

Commit 49021ba

Browse files
committed
Fix the debug
1 parent c412afe commit 49021ba

File tree

1 file changed

+0
-1
lines changed
  • src/agentex/lib/core/services/adk/providers

1 file changed

+0
-1
lines changed

src/agentex/lib/core/services/adk/providers/openai.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,6 @@ async def run_agent_streamed_auto_send(
653653
# Handle reasoning items
654654
reasoning_item = event.item.raw_item
655655

656-
print(f"TRYING TO GET CONTENT OF REASONING ITEM: {reasoning_item}")
657656
reasoning_content = ReasoningContent(
658657
author="agent",
659658
summary=[summary.text for summary in reasoning_item.summary],

0 commit comments

Comments
 (0)