mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
Reasoning level update (#6586)
Automatically update reasoning levels when migrating between models
This commit is contained in:
@@ -19,10 +19,12 @@ use ts_rs::TS;
|
||||
JsonSchema,
|
||||
TS,
|
||||
EnumIter,
|
||||
Hash,
|
||||
)]
|
||||
#[serde(rename_all = "lowercase")]
|
||||
#[strum(serialize_all = "lowercase")]
|
||||
pub enum ReasoningEffort {
|
||||
None,
|
||||
Minimal,
|
||||
Low,
|
||||
#[default]
|
||||
|
||||
Reference in New Issue
Block a user