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