Tela SDK for JavaScript
    Preparing search index...

    Type Alias AgentRunInputItem

    AgentRunInputItem:
        | {
            filename: string;
            metadata?: string;
            name: string;
            type: "file";
            vaultRef: string;
        }
        | { content: string; name: string; type: "text" }

    A single wire inputSchema entry as sent to POST /agent/:id/run. Produced by flattening AgentRunInputs.