ConversationSummaryOptions.IncludeMessageCitations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether to include message citations for each key point in the response.
public:
property bool IncludeMessageCitations { bool get(); void set(bool value); };
bool IncludeMessageCitations();
void IncludeMessageCitations(bool value);
public bool IncludeMessageCitations { get; set; }
var boolean = conversationSummaryOptions.includeMessageCitations;
conversationSummaryOptions.includeMessageCitations = boolean;
Public Property IncludeMessageCitations As Boolean
Property Value
bool
True, if message citations for each key point are included in the response; otherwise, false. Default is true.
Remarks
A key point is a critical piece of information extracted from a longer, more detailed response.