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

    Type Alias ToolRequestUserInputAnswer

    EXPERIMENTAL. Captures a user's answer to a request_user_input question.

    type ToolRequestUserInputAnswer = {
        answers: string[];
    }
    Index

    Properties

    Properties

    answers: string[]