SmartSession.TrimmingStrategy

Wisej.AI.SmartSession TrimmingStrategy

Namespace: Wisej.AI

Assembly: Wisej.AI (3.5.0.0)

Specifies the strategy for handling context overflow in a session.

public enum TrimmingStrategy : Enum

Fields

Name
Description

RollingWindow

Uses a rolling window strategy to handle context overflow.

Summarization

Uses summarization to handle context overflow.

Used By

Name
Description

Gets or sets the strategy for handling context overflow.

Gets or sets the strategy for handling context overflow.

Last updated