1 write to Type
Microsoft.Extensions.AI.Abstractions (1)
Utilities\AIJsonUtilities.Schema.cs (1)
455
Type
= type;
3 references to Type
Microsoft.Extensions.AI.Abstractions (3)
Utilities\AIJsonUtilities.Schema.cs (3)
190
if (key.
Type
is null)
220
if (key.
Type
== typeof(void))
231
JsonNode node = options.GetJsonSchemaAsNode(key.
Type
, exporterOptions);