OpenAI Responses API native support #6357
AlejandroBaron
started this conversation in
Feature suggestions
Replies: 1 comment
-
Take a look : #6032 |
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.
-
Currently, there are two options to run search using OpenAI's models
https://platform.openai.com/docs/guides/tools-web-search?api-mode=chat
https://platform.openai.com/docs/guides/tools-web-search?api-mode=responses
If I'm not mistaken, the latter runs the search only when needed (like in the chatgpt GUI), whereas the former always runs it.
In
autogen
access is currently available throughOpenAIChatCompletionClient
, but I see no option to use the responses API functionality.Is this a feature we can expect down the roadmap?
Beta Was this translation helpful? Give feedback.
All reactions