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