send_pi_command
Send a prompt or slash command to a running worker session. Optionally set a timeout or request a summary of the response.
Instructions
Send a prompt or slash command to a running session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The text prompt or slash command (e.g. '/model', '/reload', or 'Implement main function'). | |
| timeout | No | Max time (ms) to wait for completion in blocking mode. If exceeded, returns with command still running. | |
| sessionId | Yes | The ID of the target session. | |
| summarize | No | If true, returns a concise summary of the worker's response instead of the raw output/status. |