MCPcopy
hub / github.com/codeaashu/claude-code / getHardcodedTeammateModelFallback

Function getHardcodedTeammateModelFallback

src/utils/swarm/teammateModel.ts:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

getDefaultTeammateModelFunction · 0.85

Calls 1

getAPIProviderFunction · 0.85

Tested by

no test coverage detected