langchain.js
Preparing search index...
@langchain/openai
ComputerUseInput
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
action
Properties
action
action
:
|
Click
|
DoubleClick
|
Drag
|
Keypress
|
Move
|
Screenshot
|
Scroll
|
Type
|
Wait
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
langchain.js
Loading...
Input structure for the Computer Use tool. The action is wrapped in an
actionproperty.