This commit is contained in:
2026-08-01 10:52:50 +03:30
parent 5824eda6cb
commit 2696a9850c
6 changed files with 135 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
namespace xAiModels.Constants
{
public partial struct ConfigurationNodeNames
{
public const string AI_API_NODE = "AiApiConfiguration";
}
}