chore: stage remaining changes

This commit is contained in:
LIghtJUNction
2026-03-30 00:48:16 +08:00
parent 62d7df1da7
commit 2a1544fb6c

View File

@@ -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:
"""