2 references to PocoWithTypesWithOpenAIUnsupportedKeywords
Microsoft.Extensions.AI.Abstractions.Tests (2)
Utilities\AIJsonUtilitiesTests.cs (2)
278
JsonElement actual = AIJsonUtilities.CreateJsonSchema(typeof(
PocoWithTypesWithOpenAIUnsupportedKeywords
), serializerOptions: JsonContext.Default.Options);
564
[JsonSerializable(typeof(
PocoWithTypesWithOpenAIUnsupportedKeywords
))]