mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 06:45:24 +00:00
refac: black
This commit is contained in:
parent
ff474936f8
commit
7ffd75b991
1 changed files with 1 additions and 3 deletions
|
|
@ -523,9 +523,7 @@ async def chat_completion_functions_handler(
|
||||||
return body, {}
|
return body, {}
|
||||||
|
|
||||||
|
|
||||||
async def chat_completion_tools_handler(
|
async def chat_completion_tools_handler(body, user, __event_emitter__, __event_call__):
|
||||||
body, user, __event_emitter__, __event_call__
|
|
||||||
):
|
|
||||||
skip_files = None
|
skip_files = None
|
||||||
|
|
||||||
contexts = []
|
contexts = []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue