Send a user message via stdin (stream-json format)
(content: string, sessionId?: string)
| 76 | proc: ChildProcess; |
| 77 | /** Send a user message via stdin (stream-json format) */ |
| 78 | sendMessage(content: string, sessionId?: string): void; |
| 79 | /** Kill the process */ |
| 80 | kill(): void; |
| 81 | /** Wait for the process to exit. Returns the exit code. */ |