4 references to InsertAtStart
Microsoft.Extensions.AI.Abstractions (4)
Utilities\AIJsonUtilities.Schema.Create.cs (4)
287
objSchema.
InsertAtStart
(TypePropertyName, "string");
336
objSchema.
InsertAtStart
(TypePropertyName, new JsonArray { (JsonNode)"string", (JsonNode)"null" });
350
ConvertSchemaToObject(ref schema).
InsertAtStart
(DescriptionPropertyName, (JsonNode)localDescription);
356
ConvertSchemaToObject(ref schema).
InsertAtStart
(SchemaPropertyName, (JsonNode)SchemaKeywordUri);