Add OpenAI Responses support
- Dominant language
- Rust
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Given the release of the responses [api](https://platform.openai.com/docs/api-reference/responses/create), we should add support. This might require us to expand the `Provider` enum to `Provider::OpenAIChat` and `Provider::OpenAIResponse` or something similar
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the linked OpenAI Responses API documentation and locate the Provider enum mentioned in the issue. Trace how the existing OpenAI provider path is represented, then determine the required support boundaries. Done means the project can use the Responses API through an appropriate provider representation, with behavior verified by the repository's existing checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- ai, api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100