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

    Interface SteeringRule

    interface SteeringRule {
        enabled: boolean;
        id: string;
        name: string;
        responseTemplate?: string;
        steerToward: string;
        triggerKeywords: string[];
    }
    Index
    enabled: boolean
    id: string
    name: string
    responseTemplate?: string

    Optional response template

    steerToward: string

    Steer the conversation toward this topic/response

    triggerKeywords: string[]

    When this condition is matched in the input