A11 TypeScript API - v0.2.1
    Preparing search index...

    Class ActionPortSchema

    Contract for one named action input or output node.

    Port descriptions and types form the interface shown to application code and, commonly, to an LLM tool schema. unary guides consumers toward one whole value while streaming ports may yield many fragments. Input autofills can supply defaults before the handler runs, but the runtime rejects an autofilled input that already contains data.

    Index
    autofills: (NodeFragment | null)[]
    description: string
    name: string
    required: boolean
    type: string
    unary: boolean