Table of Contents

Class ConversationSummaryResult

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

Represents the result of a conversation summarization operation performed by SummarizeConversationAsync(ChatHistory, LM, string, CancellationToken).

public sealed class ConversationSummaryResult
Inheritance
ConversationSummaryResult
Inherited Members

Properties

ConversationId

Gets the conversation identifier that was summarized.

EntriesCreated

Gets the number of episodic memory entries created from the conversation.

MessagePairsSummarized

Gets the number of user/assistant message pairs that were summarized.

Summaries

Gets the summaries that were stored as episodic memory entries.