3 references to ItemsPropertyName
Microsoft.Extensions.AI.Abstractions (3)
Utilities\AIJsonUtilities.Schema.Transform.cs (3)
77if (schemaObj.TryGetPropertyValue(ItemsPropertyName, out JsonNode? itemsSchema)) 79path?.Add(ItemsPropertyName); 80schemaObj[ItemsPropertyName] = TransformSchemaCore(itemsSchema, transformOptions, path);