Share via


ConversationSummaryOptions.MaxKeyPoints Property

Definition

Gets or sets the maximum number of key points in the conversation summary.

public:
 property unsigned int MaxKeyPoints { unsigned int get(); void set(unsigned int value); };
uint32_t MaxKeyPoints();

void MaxKeyPoints(uint32_t value);
public uint MaxKeyPoints { get; set; }
var uInt32 = conversationSummaryOptions.maxKeyPoints;
conversationSummaryOptions.maxKeyPoints = uInt32;
Public Property MaxKeyPoints As UInteger

Property Value

UInt32

unsigned int

uint32_t

The maximum number of key points in the conversation summary. Default is 6.

Remarks

A key point is a critical piece of information extracted from a longer, more detailed response.

Applies to