mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
refac: black
This commit is contained in:
@@ -523,9 +523,7 @@ async def chat_completion_functions_handler(
|
||||
return body, {}
|
||||
|
||||
|
||||
async def chat_completion_tools_handler(
|
||||
body, user, __event_emitter__, __event_call__
|
||||
):
|
||||
async def chat_completion_tools_handler(body, user, __event_emitter__, __event_call__):
|
||||
skip_files = None
|
||||
|
||||
contexts = []
|
||||
|
||||
Reference in New Issue
Block a user