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

    Type Alias ToolRequestUserInputParams

    EXPERIMENTAL. Params sent with a request_user_input event.

    type ToolRequestUserInputParams = {
        autoResolutionMs: number | null;
        itemId: string;
        questions: ToolRequestUserInputQuestion[];
        threadId: string;
        turnId: string;
    }
    Index

    Properties

    autoResolutionMs: number | null
    itemId: string
    threadId: string
    turnId: string