contextSize property
Number of messages prior to and including last_conversation_message used to compile the suggestion.
It may be smaller than the SuggestSummaryRequest.context_size field in the request if there weren't that many messages in the conversation.
Implementation
core.int? contextSize;