mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-02 13:48:09 +00:00
In _handle_streaming_converse and _ahandle_streaming_converse, the
accumulated_tool_input string was never folded back into
current_tool_use['input'] at contentBlockStop, causing tool calls to
receive empty arguments ({}).
Parse the accumulated JSON string and assign it to
current_tool_use['input'] before reading function_args.
Co-Authored-By: João <joao@crewai.com>