Enum SwitchMode
Defines how conversation history is handled during a model switch.
public enum SwitchMode
Fields
Cancel = 4No changes — abort the switch.
Compact = 1Summarize with current model, feed to new.
Fresh = 3Clear history, start clean.
Preserve = 0Keep full history, just swap model.
Transform = 2Smart briefing optimized for handoff.