AI-Studio/app/MindWork AI Studio/Settings/DataModel/PreviewFeatures.cs
2024-12-03 21:02:37 +01:00

11 lines
279 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,
}