POST /attempt/chat_analyses
Chat Analyses
Create analysis items for the latest grade on a chat.
Request Body (ChatAnalysesRequest)
| Field | Type | Required | Description |
|---|---|---|---|
chat_id | string | Yes | — |
analyses | ChatAnalysisItem[] | Yes | — |
idempotency_key | string | No | — |
soft | boolean | No | — |
accept | boolean | No | — |
Response (ChatAnalysesResponse)
| Field | Type | Required | Description |
|---|---|---|---|
success | boolean | Yes | — |
analysis_ids | string[] | Yes | — |
idempotency_key | string | No | — |
Last updated on