export interface ThresholdGuardrail {
    isEnabled?: boolean;
    threshold?: number;
}
