-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Size enum for ImagesQuery #163
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for merge compatibility with MacPaw.views_abstraction.
Ready for merge into main!
Good idea 👍 tempted to even suggest using |
i'm more prone to make it more specific with |
oh, in the documentation... perhaps. i suppose for dall-e-3, could be |
@SunburstEnzo , I like your suggestion... To affect the User Experience, it would require context sensitivity to differentiate Query from View (I hope my meaning is clear), and I'm not sure how this could be accomplished at all, or especially in a straightforward way. Open to further suggestions!
|
@ingvarus-bc , resolved merge conflicts |
Quality Gate passedIssues Measures |
What
Size enum for ImagesQuery
Why
only certain magic strings are accepted by the endpoint, so use define them with an enum.
Affected Areas
ImagesQuery > openAI.images(...)