From 2a1544fb6c69bfe1b0169ac2836cb813f26887ef Mon Sep 17 00:00:00 2001 From: LIghtJUNction Date: Mon, 30 Mar 2026 00:48:16 +0800 Subject: [PATCH] chore: stage remaining changes --- astrbot/core/computer/tools/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrbot/core/computer/tools/shell.py b/astrbot/core/computer/tools/shell.py index 01f4dc814..ba1cd8b5a 100644 --- a/astrbot/core/computer/tools/shell.py +++ b/astrbot/core/computer/tools/shell.py @@ -101,7 +101,7 @@ class ExecuteShellTool(FunctionTool): return self._get_session_state(session_id) return session_mgr.get_state(session_id, self.name) - async def call( # type: ignore[override] + async def call( self, context: ContextWrapper[AstrAgentContext], **kwargs: Any ) -> ToolExecResult: """