send_input
Send text input to a running interactive process by providing the session ID and text, with an option to append a newline character.
Instructions
Send text input to a running interactive process.
Args: session_id: The session ID returned by start_process. text: Text to send to the process stdin. press_enter: Whether to append a newline after the text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| text | Yes | ||
| press_enter | No |