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