OpenAIResponseClient.Model is missing
Closed this issue · 3 comments
stephentoub commented
A Model property was added to the other client types, e.g. ChatClient.Model, EmbeddingClient.Model, etc. But it appears OpenAIResponseClient was missed.
jsquire commented
@ShivangiReja: Would you please take a look?
BenjaminDavidPinter commented
I've addressed this in this PR, pending approval.
I am aware that this repo doesn't really take PRs, since it's generated from spec. But I figured why not.
ShivangiReja commented
This PR #707 is merged. Thank you @BenjaminDavidPinter for your contribution!