mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
fix: Multiple actions in an action module do not work as intended.
This commit is contained in:
parent
852d9dcbe9
commit
b5cfa2b992
1 changed files with 1 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ async def get_all_models(request, user: UserModel = None):
|
||||||
else:
|
else:
|
||||||
function_module, _, _ = load_function_module_by_id(function_id)
|
function_module, _, _ = load_function_module_by_id(function_id)
|
||||||
request.app.state.FUNCTIONS[function_id] = function_module
|
request.app.state.FUNCTIONS[function_id] = function_module
|
||||||
|
return function_module
|
||||||
|
|
||||||
for model in models:
|
for model in models:
|
||||||
action_ids = [
|
action_ids = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue