4 references to InsertAtStart
Microsoft.Extensions.AI.Abstractions (4)
Utilities\AIJsonUtilities.Schema.cs (4)
251ConvertSchemaToObject(ref schema).InsertAtStart(DescriptionPropertyName, (JsonNode)attr.Description); 274objSchema.InsertAtStart(TypePropertyName, "string"); 309obj.InsertAtStart(DescriptionPropertyName, (JsonNode)key.Description!); 327ConvertSchemaToObject(ref schema).InsertAtStart(SchemaPropertyName, (JsonNode)SchemaKeywordUri);