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)
484
JsonSchemaType.
Boolean
,
521
JsonSchemaType.
Boolean
=> "boolean",