3 references to MinLengthStringPropertyName
Microsoft.Extensions.AI.Abstractions (3)
Utilities\AIJsonUtilities.Schema.Create.cs (3)
449obj[MinLengthStringPropertyName] ??= stringLengthAttribute.MinimumLength; 461obj[MinLengthStringPropertyName] ??= minLengthAttribute.Length; 604obj[MinLengthStringPropertyName] ??= lengthAttribute.MinimumLength;