From bb05c444a29f2abd3706eecaaf860b2598901400 Mon Sep 17 00:00:00 2001 From: Samuel Date: Mon, 18 Nov 2024 19:38:59 +0000 Subject: [PATCH] format syntax --- backend/open_webui/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/open_webui/main.py b/backend/open_webui/main.py index 2ae135a73..adcee83dc 100644 --- a/backend/open_webui/main.py +++ b/backend/open_webui/main.py @@ -451,7 +451,7 @@ async def handle_streaming_response(request: Request, response: Response, yield peek continue - # We reached a tool call we consume all the messages to assemble it + # We reached a tool call so we consume all the messages to assemble it log.debug("async tool call detected") tool_calls = [] # id, name, arguments tool_calls.append({'id':'', 'type': 'function', 'function' : {'name':'', 'arguments':''}})