1 write to MaxLength
Microsoft.Extensions.AI.Abstractions (1)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (1)
601
[typeof(char)] = _ => new JsonSchema { Type = JsonSchemaType.String, MinLength = 1,
MaxLength
= 1 },
2 references to MaxLength
Microsoft.Extensions.AI.Abstractions (2)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (2)
306
Count(
MaxLength
!= null);
444
if (
MaxLength
is int maxLength)