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