Can I use OpenAIResponseClient? #6876
Closed
andrew-at-v
started this conversation in
General
Replies: 2 comments
-
OpenAIResponseClient comes from the OpenAI library, so your question is better asked in https://github.com/openai/openai-dotnet. But, yes, it's ok to use. The [Experimental] on it that's causing that warning is because the API shape is still changing, so as you upgrade from release to release you'll likely need to make changes to your code and rebuild. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for the answer |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, multi turn conversation is simpler with OpenAIResponseClient... the thing there is large warning to say not to use it... Can I safely use it?
Beta Was this translation helpful? Give feedback.
All reactions