From 51f1a137bc1a2da7539e2e2aa8ca0c8cd7e3f992 Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Tue, 7 Oct 2025 15:13:51 +0100 Subject: [PATCH] fix: remove unecessary type assertion --- src/tool.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tool.ts b/src/tool.ts index e4a97f26..14d03e54 100644 --- a/src/tool.ts +++ b/src/tool.ts @@ -136,7 +136,7 @@ export class BaseTool { }, }), }, - } as ToolSet; + }; } }