mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
fix: __tools__ param issue
This commit is contained in:
parent
0ea421ea20
commit
0e46f8091f
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ async def generate_function_chat_completion(
|
|||
"__metadata__": metadata,
|
||||
"__request__": request,
|
||||
}
|
||||
extra_params["__tools__"] = get_tools(
|
||||
extra_params["__tools__"] = await get_tools(
|
||||
request,
|
||||
tool_ids,
|
||||
user,
|
||||
|
|
|
|||
Loading…
Reference in a new issue