POST /attempt/chat_complete
Chat Complete
Mark an attempt chat as completed — final step after grading.
Request Body (ChatCompleteRequest)
| Field | Type | Required | Description |
|---|---|---|---|
chat_id | string | Yes | — |
message | string | No | — |
idempotency_key | string | No | — |
soft | boolean | No | — |
accept | boolean | No | — |
Response (ChatCompleteResponse)
| Field | Type | Required | Description |
|---|---|---|---|
success | boolean | Yes | — |
completion_id | string | Yes | — |
chat_id | string | Yes | — |
idempotency_key | string | No | — |
Last updated on