mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
refactor: Delete src/utils/model-utils.ts
This commit is contained in:
parent
b8b6ddc14b
commit
b150cd4f44
1 changed files with 0 additions and 10 deletions
|
|
@ -1,10 +0,0 @@
|
|||
/**
|
||||
* Determines if reasoning content should be skipped for a given model
|
||||
* Currently skips reasoning for Grok-4 models since they only display "thinking" without useful information
|
||||
*/
|
||||
export function shouldSkipReasoningForModel(modelId?: string): boolean {
|
||||
if (!modelId) {
|
||||
return false
|
||||
}
|
||||
return modelId.includes("grok-4")
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue