1 implementation of ExpectedJsonSchema
Microsoft.Extensions.AI.Abstractions.Tests (1)
test\Shared\JsonSchemaExporter\TestData.cs (1)
27
JsonNode ITestData.
ExpectedJsonSchema
{ get; } =
1 reference to ExpectedJsonSchema
Microsoft.Extensions.AI.Abstractions.Tests (1)
Utilities\AIJsonUtilitiesTests.cs (1)
283
Assert.Equal(testData.
ExpectedJsonSchema
.GetValueKind(), schemaAsNode.GetValueKind());