# AIMessage

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/ai/interfaces/ai-types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/ai/interfaces/ai-types.ts#L3)

## Properties

| Property | Type |
|---|---|
| `role` | `'user' | 'assistant' | 'system'` |
| `content` | `string` |
