8 references to Any
Microsoft.Extensions.AI.Abstractions (8)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (4)
141
JsonSchemaType schemaType = JsonSchemaType.
Any
;
184
schemaType = JsonSchemaType.
Any
;
192
if (schemaType is not JsonSchemaType.
Any
)
198
derivedSchema.Type = JsonSchemaType.
Any
;
src\Shared\JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (4)
106
private JsonSchemaType _type = JsonSchemaType.
Any
;
293
Count(Type != JsonSchemaType.
Any
);
321
if (Type != JsonSchemaType.
Any
)
497
if (schemaType is JsonSchemaType.
Any
)