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