# AssistantChatResponse

Model ID: `AssistantChatResponse`

Response for POST /assistant/chat.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `answer` | `string` | Yes |  |  |  | No | Grounded answer generated from the retrieved knowledge-base entries. |
| `citations` | array of [`KnowledgeCitation`](./KnowledgeCitation.md) | Yes |  |  |  | No | Knowledge-base entries the model actually cited in `answer`. |
| `disclaimer` | `string` | Yes |  |  |  | No | Standard not-medical-advice disclaimer shown alongside the answer. |
| `suggestedActions` | array of [`JsonValue-Output`](./JsonValue-Output.md) | Yes |  |  |  | No | Suggested-action catalog entries the model recommended as follow-ups. |

## Example

None declared in canonical OpenAPI.
