Tela SDK for JavaScript
    Preparing search index...

    Interface AgentAttachment

    A loose attachment forwarded to the agent as context, independent of its declared inputs.

    interface AgentAttachment {
        filename: string;
        vaultRef: string;
    }
    Index

    Properties

    Properties

    filename: string

    The user-facing filename (1–255 chars).

    vaultRef: string

    A vault:// reference to the uploaded file.