process_write
Sends input to the standard input of a running process, allowing you to provide data or commands during execution.
Instructions
Write to stdin of a running process started by process_start.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | ||
| processId | Yes | ||
| appendNewline | No |