wavexis_fill
Fill an input element with a new value, replacing existing content. Triggers a single input event for the change.
Instructions
Fill an input element with a value, replacing existing content.
Use wavexis_type for character-by-character typing with key events, or wavexis_fill_form when filling multiple fields in one call.
Side effects: Clears the target input/textarea and sets its value to the provided string, firing a single input event. Returns: JSON string with keys: 'status' ('ok'/'error'). On error also 'error', 'tool', 'type', 'message', 'suggestion' (all str).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |