5 references to Array
Microsoft.Extensions.AI.Abstractions (5)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (3)
357Type = JsonSchemaType.Array, 388Type = JsonSchemaType.Array, 633[typeof(JsonArray)] = _ => new JsonSchema { Type = JsonSchemaType.Array },
src\Shared\JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (2)
485JsonSchemaType.Array, 525JsonSchemaType.Array => "array",