consolidate reasoning enums into one (#2428)
We have three enums for each of reasoning summaries and reasoning effort with same values. They can be consolidated into one.
This commit is contained in:
@@ -7,6 +7,7 @@ use strum_macros::Display;
|
||||
#[serde(rename_all = "lowercase")]
|
||||
#[strum(serialize_all = "lowercase")]
|
||||
pub enum ReasoningEffort {
|
||||
Minimal,
|
||||
Low,
|
||||
#[default]
|
||||
Medium,
|
||||
|
||||
Reference in New Issue
Block a user