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