POST /attempt/chat_strengths
Chat Strengths
Create strength items (with optional inline highlights) for the latest grade.
Request Body (ChatStrengthsRequest)
| Field | Type | Required | Description |
|---|---|---|---|
chat_id | string | Yes | — |
strengths | ChatStrengthItem[] | Yes | — |
idempotency_key | string | No | — |
soft | boolean | No | — |
accept | boolean | No | — |
Response (ChatStrengthsResponse)
| Field | Type | Required | Description |
|---|---|---|---|
success | boolean | Yes | — |
strength_ids | string[] | Yes | — |
idempotency_key | string | No | — |
Last updated on