mirror of
https://github.com/open-webui/open-webui
synced 2025-06-03 19:27:12 +00:00
Added proper type hint to function
This commit is contained in:
parent
ba0088f39b
commit
b2a78d19f9
@ -64,7 +64,7 @@ def get_function_module_by_id(request: Request, pipe_id: str):
|
||||
return function_module
|
||||
|
||||
|
||||
async def get_function_models(request):
|
||||
async def get_function_models(request: Request):
|
||||
pipes = Functions.get_functions_by_type("pipe", active_only=True)
|
||||
pipe_models = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user