Continue a session
qoder_replyResume a completed job with a follow-up prompt. Use the original jobId to preserve session context and get a new jobId for the reply.
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 | ||
| prompt | Yes | ||
| waitSeconds | No | ||
| reasoningEffort | No |