7 lines
167 B
C#
7 lines
167 B
C#
namespace xAiService.Constants
|
|
{
|
|
public partial struct ConfigurationNodeNames
|
|
{
|
|
public const string AI_SERVICE_NODE = "AIServiceConfiguration";
|
|
}
|
|
} |