Skip to content

[BUG] ImageUrl not exposed on ResponseContentPart for CreateInputImagePart #875

@crickman

Description

@crickman

Describe the bug

InternalItemContentInputImage.ImageUrl is not exposed as a property on ResponseContentPart

Steps to reproduce

  1. Call `ResponseContentPart.CreateInputImagePart(Uri, ResponseImageDetailLevel)
  2. 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

Metadata

Metadata

Assignees

Labels

area: responsesThis item is related to Responses.feature-requestCategory: A new feature or enhancement to an existing feature is being requested.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions