Table of Contents

Enum SwitchMode

Namespace
JD.AI.Core.Agents
Assembly
JD.AI.Core.dll

Defines how conversation history is handled during a model switch.

public enum SwitchMode

Fields

Cancel = 4

No changes — abort the switch.

Compact = 1

Summarize with current model, feed to new.

Fresh = 3

Clear history, start clean.

Preserve = 0

Keep full history, just swap model.

Transform = 2

Smart briefing optimized for handoff.