6 references to ToJsonNode
Microsoft.Extensions.AI.Abstractions (6)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (1)
84
return schema.
ToJsonNode
(exporterOptions);
src\Shared\JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (5)
386
properties.Add(property.Key, property.Value.
ToJsonNode
(options));
405
objSchema.Add(JsonSchemaConstants.ItemsPropertyName, Items.
ToJsonNode
(options));
410
objSchema.Add(JsonSchemaConstants.AdditionalPropertiesPropertyName, AdditionalProperties.
ToJsonNode
(options));
420
objSchema.Add(JsonSchemaConstants.NotPropertyName, Not.
ToJsonNode
(options));
428
anyOfArray.Add(schema.
ToJsonNode
(options));