4 references to InsertAtStart
Microsoft.Extensions.AI.Abstractions (4)
Utilities\AIJsonUtilities.Schema.cs (4)
230ConvertSchemaToObject(ref schema).InsertAtStart(DescriptionPropertyName, (JsonNode)attr.Description); 253objSchema.InsertAtStart(TypePropertyName, "string"); 308obj.InsertAtStart(DescriptionPropertyName, (JsonNode)description!); 326ConvertSchemaToObject(ref schema).InsertAtStart(SchemaPropertyName, (JsonNode)SchemaKeywordUri);