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:
Prometheus 2026-04-24 20:38:47 +02:00
parent d6eb4544fb
commit efb4aca4f8

View file

@ -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', {})