2 writes to AnyOf
Microsoft.Extensions.AI.Abstractions (2)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (2)
213
AnyOf
= anyOf,
666
AnyOf
= new()
3 references to AnyOf
Microsoft.Extensions.AI.Abstractions (3)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (3)
303
Count(
AnyOf
!= null);
423
if (
AnyOf
!= null)
426
foreach (JsonSchema schema in
AnyOf
)