mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix Roo provider thinking logic
This commit is contained in:
parent
b5fd805cf0
commit
699ffbd64f
1 changed files with 0 additions and 5 deletions
|
|
@ -54,11 +54,6 @@ export const getRooReasoning = ({
|
|||
return undefined
|
||||
}
|
||||
|
||||
// If enableReasoningEffort is explicitly false, return enabled: false
|
||||
if (settings.enableReasoningEffort === false) {
|
||||
return { enabled: false }
|
||||
}
|
||||
|
||||
// If reasoning effort is provided, return it with enabled: true
|
||||
if (reasoningEffort && reasoningEffort !== "minimal") {
|
||||
return { enabled: true, effort: reasoningEffort }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue