From db56fe546bd04e3c92a2d3fe0a5c128b67055326 Mon Sep 17 00:00:00 2001 From: Stream Date: Sat, 31 Jan 2026 01:21:42 +0800 Subject: [PATCH] fix: crash --- api/core/agent/output_tools.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/core/agent/output_tools.py b/api/core/agent/output_tools.py index ad2e0b225a..935f12923f 100644 --- a/api/core/agent/output_tools.py +++ b/api/core/agent/output_tools.py @@ -75,7 +75,6 @@ def build_agent_output_tools( raw_tool.entity.parameters = [data_parameter] def invoke_tool( - self, user_id: str, tool_parameters: dict[str, Any], conversation_id: str | None = None, @@ -95,7 +94,6 @@ def build_agent_output_tools( raw_tool = get_tool_runtime(FINAL_STRUCTURED_OUTPUT_TOOL) def invoke_tool( - self, user_id: str, tool_parameters: dict[str, Any], conversation_id: str | None = None,