@valon-technologies/gestalt
    Preparing search index...

    Interface AgentTurnDisplay

    interface AgentTurnDisplay {
        kind: string;
        phase: string;
        text: string;
        label: string;
        ref: string;
        parentRef: string;
        input?: JsonInput;
        output?: JsonInput;
        error?: JsonInput;
        action: string;
        format: string;
        language: string;
    }
    Index

    Properties

    kind: string
    phase: string
    text: string
    label: string
    ref: string
    parentRef: string
    input?: JsonInput
    output?: JsonInput
    error?: JsonInput
    action: string
    format: string
    language: string