Commit 7ffd75b9 authored by Michael Poluektov's avatar Michael Poluektov
Browse files

refac: black

parent ff474936
...@@ -523,9 +523,7 @@ async def chat_completion_functions_handler( ...@@ -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 = []
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment