@runloop/api-client - v1.4.0
    Preparing search index...

    Interface ComputerScreenInteractionResponse

    interface ComputerScreenInteractionResponse {
        error?: string;
        latest_screenshot_base64_img?: string;
        output?: string;
    }
    Index

    Properties

    error?: string
    latest_screenshot_base64_img?: string
    output?: string