Skip to content

OCA Responses support: don't change anything but oca - #7

Open
ChaiEranki wants to merge 12 commits into
main-base-responsesfrom
oca-responses
Open

OCA Responses support: don't change anything but oca#7
ChaiEranki wants to merge 12 commits into
main-base-responsesfrom
oca-responses

Conversation

@ChaiEranki

@ChaiEranki ChaiEranki commented Dec 8, 2025

Copy link
Copy Markdown
Owner

Description

This PR adds Responses API support for the OCA provider. To do this, we changed the following:

  • We added 4 new variables to the OcaModelInfo storing reasoning effort information and also responses API vs chat completions API support -> supports_chat_api, supports_responses_api, supports_reasoning, reasoning_effort_options
  • We added an overall parameter to store the selected reasoningEffort parameter and propagate it -> ocaReasoningEffort
  • A reasoning effort selection dropdown was added under the model selection dropdown only for the OCA provider
  • Added Oracle Code Assist to nextGenModelProvider list so that it uses GPT 5 specific prompts

Test Procedure

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • ♻️ Refactor Changes
  • 💅 Cosmetic Changes
  • 📚 Documentation update
  • 🏃 Workflow Changes

Pre-flight Checklist

  • Changes are limited to a single feature, bugfix or chore (split larger changes into separate PRs)
  • Tests are passing (npm test) and code is formatted and linted (npm run format && npm run lint)
  • I have created a changeset using npm run changeset (required for user-facing changes)
  • I have reviewed contributor guidelines

Screenshots

Additional Notes

@ChaiEranki
ChaiEranki force-pushed the oca-responses branch 2 times, most recently from c5424e1 to c9561d5 Compare December 17, 2025 15:48
@ChaiEranki
ChaiEranki changed the base branch from main-base-responses to ceranki/rag-changes-updated December 17, 2025 15:50
@ChaiEranki
ChaiEranki changed the base branch from ceranki/rag-changes-updated to main-base-responses December 17, 2025 15:50
@ChaiEranki
ChaiEranki changed the base branch from main-base-responses to ceranki/rag-changes-updated December 19, 2025 18:10
@ChaiEranki
ChaiEranki changed the base branch from ceranki/rag-changes-updated to main-base-responses December 19, 2025 18:10
@ChaiEranki ChaiEranki changed the title Oca responses OCA Responses support: don't change anything but oca Dec 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant