TrimmingStrategy
Namespace: Wisej.AI
Assembly: Wisej.AI
Specifies the strategy for handling context overflow in a session.
- C#
- VB.NET
public enum TrimmingStrategy : Enum
Public Enum TrimmingStrategy As [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 |
|---|---|
| DefaultSessionTrimmingService.TrimmingStrategy | Gets or sets the strategy for handling context overflow. |
| ISessionTrimmingService.TrimmingStrategy | Gets or sets the strategy for handling context overflow. |