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