mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-06-27 17:16:28 +00:00
7 lines
90 B
C#
7 lines
90 B
C#
namespace AIStudio.Tools.AIJobs;
|
|
|
|
public enum AIJobKind
|
|
{
|
|
NONE,
|
|
CHAT_GENERATION,
|
|
} |