Reove useless commented code

This commit is contained in:
Kerollmops 2025-06-10 16:17:41 +02:00
parent 28e6adc435
commit 34d572e3e5
No known key found for this signature in database
GPG Key ID: F250A4C4E3AE5F5F

View File

@ -97,14 +97,6 @@ pub struct ChatSearchParams {
#[schema(value_type = Option<usize>)]
pub limit: Setting<usize>,
// #[serde(default, skip_serializing_if = "Setting::is_not_set")]
// #[deserr(default)]
// pub attributes_to_retrieve: Option<BTreeSet<String>>,
// #[serde(default, skip_serializing_if = "Setting::is_not_set")]
// #[deserr(default)]
// pub filter: Option<Value>,
//
#[serde(default, skip_serializing_if = "Setting::is_not_set")]
#[deserr(default)]
#[schema(value_type = Option<Vec<String>>)]