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