Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface GuardrailConfig

    interface GuardrailConfig {
        aggregateViolations: boolean;
        boundaries: ContentBoundary[];
        defaultAction: GuardrailAction;
        minKeywordMatches: number;
        steeringRules: SteeringRule[];
        toneRules: ToneRule[];
        topicRules: TopicRule[];
    }
    Index
    aggregateViolations: boolean

    Whether to aggregate all violations or stop at first

    boundaries: ContentBoundary[]
    defaultAction: GuardrailAction

    Default action when no specific rule matches but content is suspicious

    minKeywordMatches: number

    Minimum keyword matches to trigger a topic rule

    steeringRules: SteeringRule[]
    toneRules: ToneRule[]
    topicRules: TopicRule[]