For AI agents: visit https://docs.digitalgenius.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Conversation Summarization
| Name | Type | Description |
|---|
| Conversation | Object | The conversation object containing messages |
| Language Code | Optional String | Language code for the summary (e.g. en, auto, or ISO) |
| Name | Type | Description |
|---|
| Transcript Summary | String | The summarized conversation transcript |
| Success | Boolean | Whether the summarization was successful |
- On success, the action returns the summary text and
success: true
- On failure, the action returns
success: false and transcript_summary: ""