| 1 | import { type ModelInfo, type ProviderSettings, ANTHROPIC_DEFAULT_MAX_TOKENS } from "@roo-code/types" |
| 2 | |
| 3 | import { getModelMaxOutputTokens, shouldUseReasoningBudget, shouldUseReasoningEffort } from "../api" |
| 4 |
nothing calls this directly
no test coverage detected