-
Notifications
You must be signed in to change notification settings - Fork 343
Description
Describe the bug
On the line with new Uri(item.Value.GetString()) where the item.Value.GetString() returns: "data:image/png;base64,long base64 string"
i.e.:
if (item.NameEquals("url"u8))
{
imageUri = new Uri(item.Value.GetString());
continue;
}
I'm using OpenAI package version 2.7.0.
This using the gpt5.1 model with medium reasoning effort using the question:
Parse the time and city from the airport board shown in this image into a list.
I can provide the image if useful.
Steps to reproduce
This using the gpt5.1 model with medium reasoning effort against the responses API using the following question:
Parse the time and city from the airport board shown in this image into a list.
I can provide the image if useful. The image is sent the modal as a embedded image part after the text part above.
Code snippets
OS
Windows
.NET version
9
Library version
2.7.0