add more changes

This commit is contained in:
Adil Hafeez 2025-02-07 19:01:42 -08:00
parent cd90faf50c
commit 66a971b086
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
8 changed files with 35 additions and 9 deletions

View file

@ -25,6 +25,7 @@ pub struct Configuration {
#[derive(Debug, Clone, Serialize, Deserialize, Default)]
pub struct Overrides {
pub prompt_target_intent_matching_threshold: Option<f64>,
pub optimize_context_window: Option<bool>,
}
#[derive(Debug, Clone, Serialize, Deserialize, Default)]