mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-01 17:59:28 -05:00
fix: tool calling
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user