We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b4c16 commit 65aff23Copy full SHA for 65aff23
src/registerTools.ts
@@ -14,7 +14,9 @@ type RegisterOptions = {
14
onlyEnabled?: boolean;
15
handlerStrategy: (
16
// eslint-disable-next-line @typescript-eslint/no-explicit-any
17
- tool: ToolDefinition<any, any> | DynamicToolDefinition<any>) => (...args: any[]) => any;
+ tool: ToolDefinition<any, any> | DynamicToolDefinition<any>
18
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
19
+ ) => (...args: any[]) => any;
20
};
21
22
export function registerTools(
0 commit comments