This commit is contained in:
Nicolas Mowen 2026-03-20 09:08:58 -06:00
parent 7b0c036e8a
commit 0cfeeafe5d

View File

@ -840,7 +840,11 @@ Always be accurate with time calculations based on the current date provided.{ca
msg.get("content"), pending msg.get("content"), pending
) )
) )
executed_calls, tool_results, extra_msgs = await _execute_pending_tools( (
executed_calls,
tool_results,
extra_msgs,
) = await _execute_pending_tools(
pending, request, allowed_cameras pending, request, allowed_cameras
) )
stream_tool_calls.extend(executed_calls) stream_tool_calls.extend(executed_calls)