Tela SDK for JavaScript
    Preparing search index...

    Interface AgentInputVariable

    A declared input variable on an agent (from the agent record).

    interface AgentInputVariable {
        description?: string;
        id?: string;
        name: string;
        required: boolean;
        type: "file" | "text";
    }
    Index

    Properties

    description?: string
    id?: string
    name: string
    required: boolean
    type: "file" | "text"