We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a82032 commit b250e3aCopy full SHA for b250e3a
src/tools/search.ts
@@ -195,7 +195,7 @@ export const SearchSchema = z.object({
195
.number()
196
.optional()
197
.describe('Maximum characters for snippets'),
198
- pageSize: z.number().optional().describe('Number of results to return'),
+ pageSize: z.number().default(10).describe('Number of results to return'),
199
timestamp: z
200
.string()
201
0 commit comments