3 references to MaxLengthStringPropertyName
Microsoft.Extensions.AI.Abstractions (3)
Utilities\AIJsonUtilities.Schema.Create.cs (3)
452obj[MaxLengthStringPropertyName] ??= stringLengthAttribute.MaximumLength; 475obj[MaxLengthStringPropertyName] ??= maxLengthAttribute.Length; 607obj[MaxLengthStringPropertyName] ??= lengthAttribute.MaximumLength;