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)
94} = JsonSchemaType.Any; 253Count(Type != JsonSchemaType.Any); 281if (Type != JsonSchemaType.Any) 457if (schemaType is JsonSchemaType.Any)