override instructions using ModelInfo (#7754)

Making sure we can override base instructions
This commit is contained in:
Ahmed Ibrahim
2025-12-08 17:30:42 -08:00
committed by GitHub
parent 0f2b589d5e
commit cacfd003ac
5 changed files with 107 additions and 0 deletions

View File

@@ -135,6 +135,8 @@ pub struct ModelInfo {
pub priority: i32,
#[serde(default)]
pub upgrade: Option<String>,
#[serde(default)]
pub base_instructions: Option<String>,
}
/// Response wrapper for `/models`.