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