Commit 52b44029 authored by Your Name's avatar Your Name

Fix premature tool call finalization in Kiro streaming responses

- Avoid calling parser.get_tool_calls() during streaming loop
- Only call get_tool_calls() after all chunks are processed
- Send tool calls in separate chunk after content streaming completes
- Prevents empty arguments issue caused by premature finalization
parent 15f8fff0
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment