mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
This adds a new setting `openAiStrictToolMode` that allows users to disable OpenAI strict mode for tool definitions. When strict mode is disabled: - No `strict: true` is added to tool definitions - No schema modifications (additionalProperties: false, all required) are made This is useful for providers like kie.ai that use the Gemini 3 Pro model and do not support OpenAI's strict mode for function calling. The setting defaults to true for backward compatibility. Closes #11011 |
||
|---|---|---|
| .. | ||
| build | ||
| cloud | ||
| config-eslint | ||
| config-typescript | ||
| core | ||
| evals | ||
| ipc | ||
| telemetry | ||
| types | ||
| vscode-shim | ||