Describe the bug
InternalItemContentInputImage.ImageUrl is not exposed as a property on ResponseContentPart
Steps to reproduce
- Call `ResponseContentPart.CreateInputImagePart(Uri, ResponseImageDetailLevel)
- Attempt to examine the image uri
Code snippets
ResponseContentPart imagePart = ResponseContentPart.CreateInputImagePart(
new Uri("https://example.com/image.jpg"),
ResponseImageDetailLevel.High);
OS
Windows, MacOS, Linux
.NET version
All
Library version
2.8.0
Describe the bug
InternalItemContentInputImage.ImageUrlis not exposed as a property onResponseContentPartSteps to reproduce
Code snippets
OS
Windows, MacOS, Linux
.NET version
All
Library version
2.8.0