5 references to TypeWithDisplayName
Microsoft.Extensions.AI.Abstractions.Tests (5)
ChatCompletion\ChatResponseFormatTests.cs (4)
178
ChatResponseFormat.ForJsonSchema<
TypeWithDisplayName
>(TestJsonSerializerContext.Default.Options) :
179
ChatResponseFormat.ForJsonSchema(typeof(
TypeWithDisplayName
), TestJsonSerializerContext.Default.Options);
193
ChatResponseFormat.ForJsonSchema<
TypeWithDisplayName
>(TestJsonSerializerContext.Default.Options, schemaName: "override_name") :
194
ChatResponseFormat.ForJsonSchema(typeof(
TypeWithDisplayName
), TestJsonSerializerContext.Default.Options, schemaName: "override_name");
TestJsonSerializerContext.cs (1)
40
[JsonSerializable(typeof(ChatResponseFormatTests.
TypeWithDisplayName
))]