namespace AIStudio.Settings.DataModel; public enum AddChatProviderBehavior { ADDED_CHATS_USE_DEFAULT_PROVIDER = 0, ADDED_CHATS_USE_LATEST_PROVIDER, }