Continue an existing Clanker session with a new turn
clanker_promptSend a new prompt to an ongoing session. Returns session id to poll for completion.
Instructions
Start a new prompt turn on an already-open session (persistent-session reuse). Returns {id}; poll with clanker_wait(id). Errors if the session was reaped/closed or a turn is already running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Existing run/session id | |
| prompt | Yes | Prompt for the new turn |