Skip to content

Commit bda7719

Browse files
chore(internal): codegen related update
1 parent d7e791b commit bda7719

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/mcp-server/src/tools/classifications/universal/create-classifications-universal.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ export const tool: Tool = {
8484
},
8585
required: ['model', 'query', 'texts'],
8686
},
87+
annotations: {},
8788
};
8889

8990
export const handler = async (client: Isaacus, args: Record<string, unknown> | undefined) => {

packages/mcp-server/src/tools/extractions/qa/create-extractions-qa.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export const tool: Tool = {
8383
},
8484
required: ['model', 'query', 'texts'],
8585
},
86+
annotations: {},
8687
};
8788

8889
export const handler = async (client: Isaacus, args: Record<string, unknown> | undefined) => {

packages/mcp-server/src/tools/rerankings/create-rerankings.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export const tool: Tool = {
8888
},
8989
required: ['model', 'query', 'texts'],
9090
},
91+
annotations: {},
9192
};
9293

9394
export const handler = async (client: Isaacus, args: Record<string, unknown> | undefined) => {

0 commit comments

Comments
 (0)