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 a909b27 commit b0d95c4Copy full SHA for b0d95c4
packages/types/src/mode.ts
@@ -43,7 +43,7 @@ export type GroupEntry = z.infer<typeof groupEntrySchema>
43
*/
44
45
export const contextOverflowContingencySchema = z.object({
46
- enabled: z.boolean().default(false),
+ enabled: z.boolean(),
47
message: z.string().optional(),
48
toolSpecific: z.record(z.string(), z.string()).optional(), // tool name -> custom message
49
})
0 commit comments