mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 05:45:19 +00:00
fix
This commit is contained in:
parent
a07051f51b
commit
d6dbd73ec9
1 changed files with 1 additions and 1 deletions
|
|
@ -425,7 +425,7 @@ async def get_function_call_response(
|
||||||
# Call the function with the '__event_emitter__' parameter included
|
# Call the function with the '__event_emitter__' parameter included
|
||||||
params = {
|
params = {
|
||||||
**params,
|
**params,
|
||||||
"__event_emitter__": model,
|
"__event_emitter__": __event_emitter__,
|
||||||
}
|
}
|
||||||
|
|
||||||
if inspect.iscoroutinefunction(function):
|
if inspect.iscoroutinefunction(function):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue