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 076bb0a commit a840ec4Copy full SHA for a840ec4
packages/types/src/global-settings.ts
@@ -159,7 +159,6 @@ export const globalSettingsSchema = z.object({
159
rateLimitSeconds: z.number().optional(),
160
diffEnabled: z.boolean().optional(),
161
fuzzyMatchThreshold: z.number().optional(),
162
-
163
experiments: experimentsSchema.optional(),
164
165
codebaseIndexModels: codebaseIndexModelsSchema.optional(),
0 commit comments