1/// Guardrail scaffolding for input/output validation. 2#[derive(Debug, Clone, Default)] 3pub struct GuardrailConfig { 4 pub enabled: bool, 5}