Table of Contents

Property DefaultContextHibernationMode

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

DefaultContextHibernationMode

Gets or sets the default HibernationMode applied to every multi-turn conversation created from this point onward.

public static HibernationMode DefaultContextHibernationMode { get; set; }

Property Value

HibernationMode

Remarks

New MultiTurnConversation, PdfChat, RagChat, and AgentExecutor instances inherit this value on construction. Individual instances can still override it via HibernationMode. Changing this property does not affect conversations that have already been created. Defaults to None.

Share