nexus-agents - v2.80.0
    Preparing search index...

    Interface InputBinding

    Input binding for a composition step.

    interface InputBinding {
        source: "literal" | "context" | "previous-step";
        key: string;
        value?: unknown;
    }
    Index

    Properties

    Properties

    source: "literal" | "context" | "previous-step"

    Source of the input value

    key: string

    Key in context or step number

    value?: unknown

    Literal value (if source is 'literal')