@conciergus/chat - v0.3.1
    Preparing search index...

    Interface ControlRendererProps

    Properties for custom control renderer

    interface ControlRendererProps {
        status: AgentStepStatus;
        mode: AgentExecutionMode;
        actions: {
            start: () => void;
            pause: () => void;
            resume: () => void;
            stop: () => void;
            stepNext: () => void;
            prepareStep: () => void;
        };
        disabled?: boolean;
        compact?: boolean;
    }
    Index

    Properties

    Current status

    Execution mode

    actions: {
        start: () => void;
        pause: () => void;
        resume: () => void;
        stop: () => void;
        stepNext: () => void;
        prepareStep: () => void;
    }

    Available actions

    disabled?: boolean

    Whether controls are disabled

    compact?: boolean

    Compact mode