mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-16 23:43:03 +00:00
chore: remove temporary debug log from streaming tool-call path
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d6eb4544fb
commit
efb4aca4f8
1 changed files with 0 additions and 3 deletions
|
|
@ -4660,9 +4660,6 @@ async def streaming_chat_response_handler(response, ctx):
|
|||
tool_type = None
|
||||
direct_tool = False
|
||||
|
||||
log.info(
|
||||
f'[MCP] tool_call: name="{tool_function_name}" found={tool_function_name in tools}'
|
||||
)
|
||||
if tool_function_name in tools:
|
||||
tool = tools[tool_function_name]
|
||||
spec = tool.get('spec', {})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue