3 references to ItemsPropertyName
Microsoft.Extensions.AI.Abstractions (3)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (2)
351state.PushSchemaNode(JsonSchemaConstants.ItemsPropertyName); 371state.PushSchemaNode(JsonSchemaConstants.ItemsPropertyName);
src\Shared\JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (1)
405objSchema.Add(JsonSchemaConstants.ItemsPropertyName, Items.ToJsonNode(options));