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 ddf0989 commit 62d5360Copy full SHA for 62d5360
packages/types/src/provider-settings.ts
@@ -57,6 +57,7 @@ const baseProviderSettingsSchema = z.object({
57
diffEnabled: z.boolean().optional(),
58
fuzzyMatchThreshold: z.number().optional(),
59
modelTemperature: z.number().nullish(),
60
+ modelSeed: z.number().optional(),
61
rateLimitSeconds: z.number().optional(),
62
63
// Model reasoning.
@@ -340,6 +341,7 @@ export const PROVIDER_SETTINGS_KEYS = keysOf<ProviderSettings>()([
340
341
"diffEnabled",
342
"fuzzyMatchThreshold",
343
"modelTemperature",
344
+ "modelSeed",
345
"rateLimitSeconds",
346
// Fake AI
347
"fakeAi",
0 commit comments