| title | ConversationSession |
|---|---|
| description | ConversationSession Schema Reference |
| Property | Type | Required | Description |
|---|---|---|---|
| id | string |
✅ | Unique session ID |
| name | string |
optional | Session name/title |
| context | object |
✅ | |
| modelId | string |
optional | AI model ID |
| tokenBudget | object |
✅ | |
| messages | object[] |
optional | |
| tokens | object |
optional | |
| status | Enum<'active' | 'paused' | 'completed' | 'archived'> |
optional | |
| createdAt | string |
✅ | ISO 8601 timestamp |
| updatedAt | string |
✅ | ISO 8601 timestamp |
| expiresAt | string |
optional | ISO 8601 timestamp |
| tags | string[] |
optional | |
| metadata | Record<string, any> |
optional |