mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-03-13 20:29:06 +00:00
6 lines
102 B
C#
6 lines
102 B
C#
namespace SourceCodeRules;
|
|
|
|
public static class Tools
|
|
{
|
|
public const string ID_PREFIX = "MWAIS";
|
|
} |