remove minimal client version (#8447)

This isn't needed value by client
This commit is contained in:
Ahmed Ibrahim
2025-12-22 12:52:24 -08:00
committed by GitHub
parent d65fe38b2c
commit 6b2ef216f1
5 changed files with 0 additions and 13 deletions

View File

@@ -177,7 +177,6 @@ pub struct ModelInfo {
pub supported_reasoning_levels: Vec<ReasoningEffortPreset>,
pub shell_type: ConfigShellToolType,
pub visibility: ModelVisibility,
pub minimal_client_version: ClientVersion,
pub supported_in_api: bool,
pub priority: i32,
pub upgrade: Option<String>,