mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
This adds a new setting that allows users to disable native tool calling for the OpenAI-Compatible provider. When disabled, tools are not passed to the API, allowing users with local providers that do not support native tool calling to use XML-style tool invocation via the system prompt instead. The setting defaults to true (enabled) for backward compatibility. Fixes #10875 |
||
|---|---|---|
| .. | ||
| npm | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||