This commit is contained in:
Raven95676
2025-04-09 18:45:40 +08:00
parent b62b1f3870
commit e349671fdf
@@ -352,8 +352,6 @@ class LLMRequestSubStage(Stage):
llm_response.tools_call_args,
llm_response.tools_call_ids,
):
try:
func_tool = req.func_tool.get_func(func_tool_name)
if func_tool.origin == "mcp":