-
Notifications
You must be signed in to change notification settings - Fork 293
Open
Labels
feature-requestCategory: A new feature or enhancement to an existing feature is being requested.Category: A new feature or enhancement to an existing feature is being requested.
Description
Describe the bug
The OpenAI API describes the following properties on the Image response https://platform.openai.com/docs/api-reference/images/object
- background
- created
- data
- output_format
- quality
- size
- usage
The only property exposed by the GeneratedImage
type is data
. output_format
in particular is necessary for determining mime-type, but it seems like all the properties should be exposed.
Steps to reproduce
Use ImageClient to generate an image.
Code snippets
OS
Any
.NET version
.NET 8
Library version
2.2.0
Metadata
Metadata
Assignees
Labels
feature-requestCategory: A new feature or enhancement to an existing feature is being requested.Category: A new feature or enhancement to an existing feature is being requested.