# AIRequestLog

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `timestamp` | `Date` |
| `provider` | `AIProviderName` |
| `operation` | `'enhance' | 'outline' | 'improve' | 'summarize' | 'complete'` |
| `status` | `'success' | 'error' | 'pending'` |
| `tokensUsed` | `number` |
| `duration` | `number` |
| `errorMessage` | `string` |
