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