orgo_type
Type text at the current cursor position in a virtual computer. Click an input field first, then use this tool to input text programmatically.
Instructions
Type text at the current cursor position.
Click on an input field first, then use this to type text.
Args:
params (TypeInput): Input containing:
- computer_id (str): Computer ID
- text (str): Text to type
Returns:
str: Confirmation showing what was typed (truncated if long)
Examples:
- "Type 'hello world'" -> params with text="hello world"Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |