mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 08:19:47 +00:00
13 lines
306 B
C#
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,
|
|
} |