5 references to ConvertSchemaToObject
Microsoft.Extensions.AI.Abstractions (5)
Utilities\AIJsonUtilities.Schema.cs (5)
252
ConvertSchemaToObject
(ref schema).InsertAtStart(DescriptionPropertyName, (JsonNode)attr.Description);
313
JsonObject obj =
ConvertSchemaToObject
(ref schema);
325
JsonObject obj =
ConvertSchemaToObject
(ref schema);
343
ConvertSchemaToObject
(ref schema)[DefaultPropertyName] = defaultValue;
349
ConvertSchemaToObject
(ref schema).InsertAtStart(SchemaPropertyName, (JsonNode)SchemaKeywordUri);