Table of Contents

Property MaxConversationSummaries

Namespace
LMKit.Agents
Assembly
LM-Kit.NET.dll

MaxConversationSummaries

Gets or sets the maximum number of episodic entries to create when summarizing a conversation.

public int MaxConversationSummaries { get; set; }

Property Value

int

A positive integer. Default is 3. The LLM may produce fewer entries if the conversation is short or covers a single topic.

Remarks

Higher values capture more detail from long conversations. Lower values produce a more compressed summary. The actual number of entries depends on how many distinct topics the LLM identifies.