You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The difference is that in `FeatureScreens.swift` the `Slider` is placed DIRECTLY in the view hierarchy, whereas in `ChatSettingsSheet`, we are using `configSlider` returning `some View`. Also we pass `$draftContextWindow` which triggers the whole `ChatSettingsSheet` to diff against `downloadedModels` computed property etc.