Tela SDK for JavaScript
    Preparing search index...

    Interface AgentTextEntry

    A text input.

    interface AgentTextEntry {
        content: string;
        type: "text";
    }
    Index

    Properties

    Properties

    content: string

    The text content (≤10MB).

    type: "text"