langchain.js
    Preparing search index...

    Interface ComputerUseInput

    Input structure for the Computer Use tool. The action is wrapped in an action property.

    interface ComputerUseInput {
        action:
            | Click
            | DoubleClick
            | Drag
            | Keypress
            | Move
            | Screenshot
            | Scroll
            | Type
            | Wait;
    }
    Index

    Properties

    Properties

    action:
        | Click
        | DoubleClick
        | Drag
        | Keypress
        | Move
        | Screenshot
        | Scroll
        | Type
        | Wait