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