Tela SDK for JavaScript
    Preparing search index...

    Type Alias AgentRunInputs

    AgentRunInputs: Record<string, AgentRunInputEntry | AgentRunInputEntry[]>

    Per-variable inputs: the key is the variable name, the value is one entry or an array of entries. The wrapper flattens this into the wire inputSchema array, tagging every entry with its variable name.