We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32dc50d commit d751693Copy full SHA for d751693
1 file changed
src/tools/ToolDefinition.ts
@@ -365,7 +365,7 @@ export const CLOSE_PAGE_ERROR =
365
'The last open page cannot be closed. It is fine to keep it open.';
366
367
export const pageIdSchema = {
368
- pageId: zod.number().optional().describe('Targets a specific page by ID.'),
+ pageId: zod.number().describe('Targets a specific page by ID.'),
369
};
370
371
export const timeoutSchema = {
0 commit comments