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