-
-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Labels
PlatformIssues & PRs about the AI Platform componentIssues & PRs about the AI Platform componentRFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)
Description
While using the bundle, I noticed that the OpenAI Platform is using the deprecated /chat/completions endpoint.
OpenAI now recommends using the new Responses API with the following endpoint /responses.
You can find the explanation in this article :
https://platform.openai.com/docs/guides/migrate-to-responses
The Responses API integrates built-in tools like web search, file search and remote MCPs.
Currently, we can't do that with Chat Completions.
OskarStark, xeurun and zangai
Metadata
Metadata
Assignees
Labels
PlatformIssues & PRs about the AI Platform componentIssues & PRs about the AI Platform componentRFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)