# StreamChunk

**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#L8)

## Properties

| Property | Type |
|---|---|
| `type` | `'text' | 'error' | 'done'` |
| `content` | `string` |
| `metadata` | `Record<string, any>` |
