Skip to content

Commit e8b15e4

Browse files
committed
chore: remove delete_tool
1 parent e0cdfb7 commit e8b15e4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/tools/tool.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,4 @@ export const registerToolTools = (
5050
return transformToolOutput(tool);
5151
})
5252
);
53-
54-
server.tool(
55-
'delete_tool',
56-
'Deletes a Vapi tool',
57-
GetToolInputSchema.shape,
58-
createToolHandler(async (data) => {
59-
const tool = await vapiClient.tools.delete(data.toolId);
60-
return transformToolOutput(tool);
61-
})
62-
);
6353
};

0 commit comments

Comments
 (0)