| title | ConversationSummary |
|---|---|
| description | ConversationSummary Schema Reference |
| Property | Type | Required | Description |
|---|---|---|---|
| summary | string |
✅ | Conversation summary |
| keyPoints | string[] |
optional | Key discussion points |
| originalTokens | integer |
✅ | Original token count |
| summaryTokens | integer |
✅ | Summary token count |
| tokensSaved | integer |
✅ | Tokens saved |
| messageRange | object |
✅ | Range of messages summarized |
| generatedAt | string |
✅ | ISO 8601 timestamp |
| modelId | string |
optional | Model used for summarization |