Add the exportPuffinReports option to the runtime features route

This commit is contained in:
Kerollmops 2023-09-25 14:28:54 +02:00
parent 62dfd09dc6
commit 58db8d85ec
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
3 changed files with 26 additions and 3 deletions

View file

@ -5,6 +5,7 @@ use serde::{Deserialize, Serialize};
pub struct RuntimeTogglableFeatures {
pub score_details: bool,
pub vector_store: bool,
pub export_puffin_reports: bool,
}
#[derive(Default, Debug, Clone, Copy)]