Skip to content

Proposal: Port from chat completions to responses APIΒ #2845

@pamelafox

Description

@pamelafox

We've debated porting this repo to use an agent framework (like Microsoft agent-framework), but I think the next right step is to port from chat completions to responses API.

This should hopefully be a much smaller change, and brings about two benefits:

  1. Compatibility with more models, like Claude on Azure, which only supports responses: https://github.com/Azure-Samples/claude-with-openai-responses/
  2. Easy ability to bring in built-in tools from Azure like Code interpreter.

The main drawback is lack of compatibility with providers that only support chat completions, like Ollama. However, we never added formal support for Ollama to this repo, and we generally need really powerful LLMs for accurate RAG, so there is not as big of a use case for it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions