2 references to MaxLengthStringPropertyName
Microsoft.Extensions.AI.Abstractions (2)
Utilities\AIJsonUtilities.Schema.Create.cs (2)
392
obj[
MaxLengthStringPropertyName
] ??= stringLengthAttribute.MaximumLength;
413
obj[
MaxLengthStringPropertyName
] ??= maxLengthAttribute.Length;