openai/openai-dotnet

OpenAIResponseClient.Model is missing

Closed this issue · 3 comments

A Model property was added to the other client types, e.g. ChatClient.Model, EmbeddingClient.Model, etc. But it appears OpenAIResponseClient was missed.

@ShivangiReja: Would you please take a look?

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.

This PR #707 is merged. Thank you @BenjaminDavidPinter for your contribution!