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 055e31a commit f9b4c16Copy full SHA for f9b4c16
src/registerTools.ts
@@ -12,10 +12,9 @@ type RegisterOptions = {
12
toolsetGroup: ToolsetSource;
13
prefix: string;
14
onlyEnabled?: boolean;
15
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
16
handlerStrategy: (
17
- tool: ToolDefinition<any, any> | DynamicToolDefinition<any>
18
- ) => (...args: any[]) => any;
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
+ tool: ToolDefinition<any, any> | DynamicToolDefinition<any>) => (...args: any[]) => any;
19
};
20
21
export function registerTools(
0 commit comments