IChatHistoryReducer Interface

Definition

Interface for reducing the chat history.

public interface IChatHistoryReducer
type IChatHistoryReducer = interface
Public Interface IChatHistoryReducer
Derived

Methods

Name Description
ReduceAsync(IReadOnlyList<ChatMessageContent>, CancellationToken)

Reduces the chat history.

Applies to