mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Adds openAiOmitToolChoice setting to the OpenAI provider that allows users to optionally omit the tool_choice parameter from API requests. This resolves 400 errors when using Azure-hosted models (like GPT-5) through LiteLLM proxies that do not support the tool_choice parameter. Closes: #10701 |
||
|---|---|---|
| .. | ||
| npm | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||