ART Framework API Docs
    Preparing search index...

    Type Alias HITLInputType

    HITLInputType:
        | "boolean"
        | "text"
        | "select"
        | "multiselect"
        | "number"
        | "date"
        | "datetime"
        | "file"
        | "confirm"
        | "custom"

    Defines the type of user input expected for HITL feedback.

    This enables blocking tools to declare what kind of UI the application should render to collect user feedback.