process_input
Deliver input to a bridge-created process to execute instructions or change its state, including persistent Python interpreters via piped stdin.
Instructions
Send input to a process created by this bridge; may execute instructions or change its state. Use python3 -u -i for a persistent Python interpreter; pipe-based, not a PTY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| offset | No | ||
| wait_ms | No | ||
| session_id | Yes | ||
| close_stdin | No |