3 references to Boolean
Microsoft.Extensions.AI.Abstractions (3)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (1)
582[typeof(bool)] = _ => new JsonSchema { Type = JsonSchemaType.Boolean },
src\Shared\JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (2)
484JsonSchemaType.Boolean, 521JsonSchemaType.Boolean => "boolean",