This commit is contained in:
2026-04-10 17:41:01 +03:30
parent 523ad16b3c
commit e4ddceafa0
11 changed files with 416 additions and 50 deletions
+7
View File
@@ -0,0 +1,7 @@
namespace xAiApi.AI.Constants
{
public partial struct ConfigurationNodeNames
{
public const string AI_API_SERVICE_NODE = "AiApiServiceConfiguration";
}
}