This commit is contained in:
Martin Grigorov 2025-07-03 17:27:01 +01:00 committed by GitHub
commit 7c2898c946
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 26 additions and 12 deletions

View file

@ -29,6 +29,7 @@ pub struct InstanceTogglableFeatures {
pub metrics: bool,
pub logs_route: bool,
pub contains_filter: bool,
pub chat_completions: bool,
}
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq)]