AI conversation summary

Use the conversationSummary query to retrieve a structured summary of a user’s conversation, including key topics discussed, user concerns, and assistant responses.

Available fields

Field
Type
Description

text

String

Structured summary of the user’s conversation with the AI, highlighting key topics, concerns, and intents.

Example

query{
  conversationSummary{
    text
  }
}

Last updated

Was this helpful?