We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8043a4e commit 3932ee5Copy full SHA for 3932ee5
common/src/tools/params/tool/read-docs.ts
@@ -22,9 +22,10 @@ export const readDocsParams = {
22
),
23
max_tokens: z
24
.number()
25
+ .default(20_000)
26
.optional()
27
.describe(
- `Optional maximum number of tokens to return. Defaults to 10000. Values less than 10000 are automatically increased to 10000.`,
28
+ `Optional maximum number of tokens to return. Defaults to 20000. Values less than 10000 are automatically increased to 10000.`,
29
30
})
31
0 commit comments