5 references to ConvertSchemaToObject
Microsoft.Extensions.AI.Abstractions (5)
Utilities\AIJsonUtilities.Schema.cs (5)
230
ConvertSchemaToObject
(ref schema).InsertAtStart(DescriptionPropertyName, (JsonNode)attr.Description);
291
JsonObject obj =
ConvertSchemaToObject
(ref schema);
303
JsonObject obj =
ConvertSchemaToObject
(ref schema);
320
ConvertSchemaToObject
(ref schema)[DefaultPropertyName] = defaultValueNode;
326
ConvertSchemaToObject
(ref schema).InsertAtStart(SchemaPropertyName, (JsonNode)SchemaKeywordUri);