1 write to Not
Microsoft.Extensions.AI.Abstractions (1)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (1)
470
schema = new JsonSchema {
Not
= JsonSchema.CreateTrueSchema() };
3 references to Not
Microsoft.Extensions.AI.Abstractions (3)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (3)
302
Count(
Not
!= null);
418
if (
Not
!= null)
420
objSchema.Add(JsonSchemaConstants.NotPropertyName,
Not
.ToJsonNode(options));