mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 18:59:47 +00:00
7 lines
90 B
C#
7 lines
90 B
C#
|
namespace AIStudio.Settings.DataModel;
|
||
|
|
||
|
public enum LangBehavior
|
||
|
{
|
||
|
AUTO,
|
||
|
MANUAL,
|
||
|
}
|