Devin AI
bff933917b
fix: resolve empty tool input params for Bedrock tool calls ( #4470 )
...
When Bedrock returns tool calls as dicts with 'name' and 'input' keys
(no 'function' key), the fallback default '{}' string in
func_info.get('arguments', '{}') was truthy, causing the 'or' to
short-circuit and never reach tool_call.get('input', {}). This resulted
in empty arguments being passed to tools.
Changed to func_info.get('arguments') or tool_call.get('input') or {}
to match the pattern already used in extract_tool_call_info().
Co-Authored-By: João <joao@crewai.com >
2026-02-13 04:01:28 +00:00
..
2026-01-30 17:10:00 -05:00
2026-02-06 14:02:43 -05:00
2026-02-11 15:52:03 -08:00
2026-02-11 23:31:06 -05:00
2025-10-20 14:10:19 -07:00
2025-12-04 16:53:19 -05:00
2026-02-04 20:34:08 -03:00
2025-12-05 13:23:26 -05:00
2026-01-27 14:56:50 -08:00
2025-12-04 10:27:52 -08:00
2026-02-13 04:01:28 +00:00
2025-11-26 21:37:55 -08:00
2026-02-05 21:28:23 -05:00
2025-11-29 16:55:24 -05:00
2025-11-05 07:19:09 -05:00
2026-01-26 14:55:03 -08:00
2025-10-20 14:10:19 -07:00
2025-10-20 14:10:19 -07:00
2025-12-04 13:34:29 -08:00
2025-12-05 13:23:26 -05:00
2026-02-04 20:34:08 -03:00
2025-11-29 16:55:24 -05:00
2026-02-11 15:52:03 -08:00
2025-10-20 14:10:19 -07:00
2026-01-23 15:13:25 -05:00
2025-12-25 21:04:10 -03:00
2026-01-22 17:44:03 -08:00
2026-01-23 15:13:25 -05:00
2025-10-20 14:10:19 -07:00
2026-02-02 11:24:02 -05:00
2025-12-01 18:56:56 -05:00
2025-10-20 14:10:19 -07:00
2026-02-04 15:40:22 -05:00
2026-01-23 15:13:25 -05:00
2026-01-20 21:44:45 -08:00
2025-10-20 14:10:19 -07:00
2025-11-24 17:35:12 -05:00
2026-01-23 15:13:25 -05:00
2025-10-20 14:10:19 -07:00
2025-12-25 21:04:10 -03:00
2026-02-06 16:29:27 -05:00
2025-10-20 14:10:19 -07:00
2026-01-23 15:13:25 -05:00
2025-10-20 14:10:19 -07:00
2025-10-20 14:10:19 -07:00
2025-11-29 16:55:24 -05:00
2025-11-29 16:55:24 -05:00
2026-02-03 10:10:33 -03:00
2026-02-03 09:06:48 -05:00
2025-12-11 12:03:33 -05:00
2025-10-20 14:10:19 -07:00