()
| 6 | // use Opus 4.6. Must be provider-aware so Bedrock/Vertex/Foundry customers get |
| 7 | // the correct model ID. |
| 8 | export function getHardcodedTeammateModelFallback(): string { |
| 9 | return CLAUDE_OPUS_4_6_CONFIG[getAPIProvider()] |
| 10 | } |
| 11 |
no test coverage detected