POST /attempt/chat_hints
Chat Hints
Create hint items for messages in a chat.
Request Body (ChatHintsRequest)
| Field | Type | Required | Description |
|---|---|---|---|
chat_id | string | Yes | — |
hints | ChatHintItem[] | Yes | — |
idempotency_key | string | No | — |
soft | boolean | No | — |
accept | boolean | No | — |
Response (ChatHintsResponse)
| Field | Type | Required | Description |
|---|---|---|---|
success | boolean | Yes | — |
hint_ids | string[] | Yes | — |
idempotency_key | string | No | — |
Last updated on