Skip to content

Commit 9268699

Browse files
committed
Adding reasoning type
1 parent ee09758 commit 9268699

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,7 @@ async def run_agent_streamed_auto_send(
657657
author="agent",
658658
summary=[summary.text for summary in reasoning_item.summary],
659659
content=[content.text for content in reasoning_item.content] if hasattr(reasoning_item, "content") and reasoning_item.content else None,
660+
type="reasoning",
660661
)
661662

662663
# Create reasoning content using streaming context (immediate completion)

0 commit comments

Comments
 (0)