add more changes

This commit is contained in:
Adil Hafeez 2025-06-25 13:44:15 -07:00
parent 4373aeb00b
commit 6ba7140f62
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
6 changed files with 128 additions and 18 deletions

View file

@ -180,6 +180,7 @@ impl Display for LlmProviderType {
#[skip_serializing_none]
#[derive(Serialize, Deserialize, Debug)]
pub struct ModelUsagePreference {
pub name: String,
pub model: String,
pub usage: Option<String>,
}