diff --git a/astrbot/core/pipeline/process_stage/method/llm_request.py b/astrbot/core/pipeline/process_stage/method/llm_request.py index 3a129ea8..a9f79362 100644 --- a/astrbot/core/pipeline/process_stage/method/llm_request.py +++ b/astrbot/core/pipeline/process_stage/method/llm_request.py @@ -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":