(model: string)
| 57 | import { IdeContext, File } from '../ide/ideContext.js'; |
| 58 | |
| 59 | function isThinkingSupported(model: string) { |
| 60 | // Grok thinks, therefore ANUS is |
| 61 | if (model.startsWith('grok-2')) return true; |
| 62 | return false; |
| 63 | } |
| 64 | |
| 65 | /** |
| 66 | * Returns the index of the content after the fraction of the total characters in the history. |