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
}
}{
"data": {
"conversationSummary": {
"text": "id='741d5819-838b-4603-b07d-abb6d3482d7b' name='summary' type='STRING' value='Here\\'s the updated summary based on the existing information and the latest messages from the user:\\n\\n---------\\n{\"data\": {\"conversationSummary\": {\"text\": {\"id\": \"741d5819-838b-4603-b07d-abb6d3482d7b\", \"name\": \"summary\", \"type\": \"STRING\", \"value\": \"The user has expressed a need for assistance in detecting their symptoms, particularly related to digestive health. They have not provided additional personal information such as name, age, gender, or specific health goals. The user is following a balanced diet with a daily caloric intake goal and has a dairy restriction. They are inquiring about the potential impact of their diet on their symptoms, indicating a concern that their dietary choices may be affecting their digestive health. The assistant has offered to provide advice and strategies for managing symptoms like bloating and constipation, and has suggested exploring resources related to bowel retraining and biofeedback.\\\\n\\\\nIn the latest messages, the user reported feeling bloated, indicating a current concern with their digestive health. They are seeking guidance on managing their digestive symptoms through dietary choices and are open to exploring strategies to improve their health. The user has asked about quick relief methods for bloating and expressed interest in the effectiveness of peppermint tea for relief, inquiring about how often they should drink it. The assistant confirmed that peppermint tea can be effective for relieving bloating and suggested that the user can drink it 2-3 times a day, particularly after meals.\\\\n\\\\nThe user has also inquired about identifying trigger foods and received strategies for doing so, including keeping a food diary, considering an elimination diet, and consulting a professional for personalized advice. The assistant provided several strategies for quick relief from bloating, such as gentle exercise, warm compresses, deep breathing, and over-the-counter remedies. The user is encouraged to monitor their symptoms and dietary choices to identify any specific triggers.\\\\n\\\\nOverall, the user is actively seeking solutions for their digestive health concerns and is open to dietary adjustments and lifestyle changes to alleviate symptoms.\"}}}} \\n--------- \\n\\nThis updated summary captures the user\\'s ongoing concerns about digestive health, their dietary restrictions, and the latest inquiries regarding quick relief methods for bloating, specifically their interest in peppermint tea and how often to consume it for relief.'"
}
}
}Last updated
Was this helpful?