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