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