()
| 7 | description: 'Set effort level for model usage', |
| 8 | argumentHint: '[low|medium|high|max|auto]', |
| 9 | get immediate() { |
| 10 | return shouldInferenceConfigCommandBeImmediate() |
| 11 | }, |
| 12 | load: () => import('./effort.js'), |
| 13 | } satisfies Command |
| 14 |
nothing calls this directly
no test coverage detected