We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4eaba commit 85e95a6Copy full SHA for 85e95a6
src/tools/memory.ts
@@ -19,8 +19,7 @@ export const takeMemorySnapshot = defineTool({
19
schema: {
20
filePath: zod
21
.string()
22
- .describe('A path to a .heapsnapshot file to save the heapsnapshot to.')
23
- .endsWith('.heapsnapshot'),
+ .describe('A path to a .heapsnapshot file to save the heapsnapshot to.'),
24
},
25
handler: async (request, response, context) => {
26
const page = context.getSelectedPage();
0 commit comments