fix: default low thinking for reasoning models
This commit is contained in:
@@ -380,6 +380,7 @@ export const ModelChoiceSchema = Type.Object(
|
||||
name: NonEmptyString,
|
||||
provider: NonEmptyString,
|
||||
contextWindow: Type.Optional(Type.Integer({ minimum: 1 })),
|
||||
reasoning: Type.Optional(Type.Boolean()),
|
||||
},
|
||||
{ additionalProperties: false },
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user