Continue a session
claude_replyContinue a completed job by providing its jobId and a new prompt; the original session stays server-side and a new jobId is returned for the follow-up.
Instructions
Start a follow-up turn in an existing session. Takes the jobId of a finished job — the session id stays server-side. Returns a new jobId for the follow-up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | A finished job whose session to continue. | |
| model | No | ||
| effort | No | ||
| prompt | Yes | ||
| waitSeconds | No |