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

11 lines
279 B
C#
Raw Normal View History

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,
}