Property DefaultContextHibernationMode
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
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.