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 65e5829 commit cdc047fCopy full SHA for cdc047f
src/tools/console.ts
@@ -85,7 +85,7 @@ export const getConsoleMessage = defineTool({
85
readOnlyHint: true,
86
},
87
schema: {
88
- msgid: z
+ msgid: zod
89
.number()
90
.describe(
91
'The msgid of a console message on the page from the listed console messages',
0 commit comments