fix: crash

This commit is contained in:
Stream 2026-01-31 01:21:42 +08:00
parent f76f4252e0
commit db56fe546b
No known key found for this signature in database
GPG Key ID: 0D403F5A24E1C78B
1 changed files with 0 additions and 2 deletions

View File

@ -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,