1 implementation of Type
Microsoft.Extensions.AI.Abstractions.Tests (1)
test\Shared\JsonSchemaExporter\TestData.cs (1)
23public Type Type => typeof(T);
5 references to Type
Microsoft.Extensions.AI.Abstractions.Tests (5)
Utilities\AIJsonUtilitiesTests.cs (5)
424JsonTypeInfo typeInfo = options.GetTypeInfo(testData.Type); 429JsonElement schema = AIJsonUtilities.CreateJsonSchema(testData.Type, serializerOptions: options, inferenceOptions: createOptions); 442JsonNode? serializedValue = JsonSerializer.SerializeToNode(testData.Value, testData.Type, options); 719JsonTypeInfo typeInfo = options.GetTypeInfo(testData.Type); 724JsonElement schema = AIJsonUtilities.CreateJsonSchema(testData.Type, serializerOptions: options, inferenceOptions: createOptions);