The name of the latest conversation message used as context for compiling suggestion. The format is specific to the user and the names of the messages provided.
The summary content that is concatenated into one string.
textSections
map (key: string, value: string)
The summary content that is divided into sections. The key is the section's name and the value is the section's content. There is no specific format for the key or value.
An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
baselineModelVersion
string
The baseline model version used to generate this summary. It is empty if a baseline model was not used to generate this summary.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This document outlines the JSON representation and fields for the `Conversations.GenerateStatelessSummary` response, used to generate a summary of a conversation."],["The response includes a `summary` object, `latestMessage` string, and `contextSize` integer, providing the generated summary, the latest message used, and the number of messages used in the context."],["The `Summary` object, contained within the response, can contain a consolidated `text`, sectioned `textSections`, and a `baselineModelVersion` which are used to summarize conversation."],["The `textSections` part of the summary is represented as key-value pairs, where the key is the section's name, and the value is the content for that section."]]],[]]