export interface ThinkModeState { requested: boolean; modelSwitched: boolean; variantSet: boolean; providerID?: string; modelID?: string; }