@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias ToolRequestUserInputQuestion

    EXPERIMENTAL. Represents one request_user_input question and its required options.

    type ToolRequestUserInputQuestion = {
        header: string;
        id: string;
        isOther: boolean;
        isSecret: boolean;
        options: ToolRequestUserInputOption[] | null;
        question: string;
    }
    Index

    Properties

    header: string
    id: string
    isOther: boolean
    isSecret: boolean
    options: ToolRequestUserInputOption[] | null
    question: string