fix: incorrect output tool runtime selection

This commit is contained in:
Stream 2026-02-02 09:09:22 +08:00
parent 987ea0f764
commit 6ea16837ff
No known key found for this signature in database
GPG Key ID: 0D403F5A24E1C78B
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ def build_agent_output_tools(
raw_tool._invoke = invoke_tool # pyright: ignore[reportPrivateUsage]
tools.append(raw_tool)
else:
raw_tool = get_tool_runtime(FINAL_STRUCTURED_OUTPUT_TOOL)
raw_tool = get_tool_runtime(FINAL_OUTPUT_TOOL)
def invoke_tool(
user_id: str,