Skip to content

Commit 887b481

Browse files
committed
Fix again
1 parent 086b745 commit 887b481

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
@@ -655,6 +655,7 @@ async def run_agent_streamed_auto_send(
655655

656656
reasoning_content = ReasoningContent(
657657
author="agent",
658+
style="static",
658659
summary=[summary.text for summary in reasoning_item.summary],
659660
content=[content.text for content in reasoning_item.content] if hasattr(reasoning_item, "content") and reasoning_item.content else None,
660661
type="reasoning",

0 commit comments

Comments
 (0)