Skip to content

Commit 62d5360

Browse files
committed
Add seed param
1 parent ddf0989 commit 62d5360

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/types/src/provider-settings.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ const baseProviderSettingsSchema = z.object({
5757
diffEnabled: z.boolean().optional(),
5858
fuzzyMatchThreshold: z.number().optional(),
5959
modelTemperature: z.number().nullish(),
60+
modelSeed: z.number().optional(),
6061
rateLimitSeconds: z.number().optional(),
6162

6263
// Model reasoning.
@@ -340,6 +341,7 @@ export const PROVIDER_SETTINGS_KEYS = keysOf<ProviderSettings>()([
340341
"diffEnabled",
341342
"fuzzyMatchThreshold",
342343
"modelTemperature",
344+
"modelSeed",
343345
"rateLimitSeconds",
344346
// Fake AI
345347
"fakeAi",

0 commit comments

Comments
 (0)