AI-Studio/app/MindWork AI Studio/Settings/DataModel/PreviewFeatures.cs

13 lines
306 B
C#

namespace AIStudio.Settings.DataModel;
public enum PreviewFeatures
{
//
// Important: Never delete any enum value from this list.
// We must be able to deserialize old settings files that may contain these values.
//
PRE_WRITER_MODE_2024,
PRE_RAG_2024,
PRE_PLUGINS_2025,
}