2 references to HasTopLevelMediaType
Microsoft.Extensions.AI.Abstractions (1)
Contents\HostedFileContent.cs (1)
62
/// "image/png" has a top-level type of "image". <see cref="
HasTopLevelMediaType
"/> compares
Microsoft.Extensions.AI.OpenAI (1)
OpenAIResponsesChatClient.cs (1)
951
Type = fc.
HasTopLevelMediaType
("image") ? "input_image" : "input_file",