Skip to content

[Platform] Update to use the new Responses API instead of Chat Completions #796

@nicodelh27

Description

@nicodelh27

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    PlatformIssues & PRs about the AI Platform componentRFCRFC = Request For Comments (proposals about features that you want to be discussed)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions