Files
crewAI/lib
Devin AI 4f3243520a Fix #6149: Parse accumulated tool input in Bedrock streaming
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>
2026-06-13 13:45:55 +00:00
..
2026-06-11 10:06:07 -07:00