mirror of
https://github.com/openai/codex.git
synced 2026-05-01 09:56:37 +00:00
Introduce ModelsManager and migrate app-server to use it. (#7552)
This commit is contained in:
@@ -35,11 +35,6 @@ pub enum ReasoningEffort {
|
||||
XHigh,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Deserialize, Serialize, TS, JsonSchema)]
|
||||
pub struct AvailableModelsEvent {
|
||||
pub models: Vec<ModelPreset>,
|
||||
}
|
||||
|
||||
/// A reasoning effort option that can be surfaced for a model.
|
||||
#[derive(Debug, Clone, Deserialize, Serialize, TS, JsonSchema, PartialEq)]
|
||||
pub struct ReasoningEffortPreset {
|
||||
|
||||
Reference in New Issue
Block a user