fix: tool calling

This commit is contained in:
Timothy Jaeryang Baek
2025-11-06 16:35:19 -05:00
parent 4754108253
commit c2c02846a8
2 changed files with 3 additions and 3 deletions

View File

@@ -2839,7 +2839,7 @@ async def process_chat_response(
)
else:
tool_function = await get_updated_tool_function(
tool_function = get_updated_tool_function(
function=tool["callable"],
extra_params={
"__messages__": form_data.get(