namespace AIStudio.Settings; public enum WorkspaceStorageBehavior { DISABLE_WORKSPACES, STORE_CHATS_AUTOMATICALLY, STORE_CHATS_MANUALLY, }