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