Share via


ConversationSummaryOptions.IncludeMessageCitations Property

Definition

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

Boolean

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.

Applies to