MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / mapWorkflowModel

Function mapWorkflowModel

src/workflow/backends/claudeCodeBackend.ts:59–63  ·  view source on GitHub ↗
(
  model: string | undefined,
)

Source from the content-addressed store, hash-verified

57
58/** model alias -> the actual model id of the current provider. v1 passes it through directly (keeps a mapping extension point). Exported for unit test coverage. */
59export function mapWorkflowModel(
60 model: string | undefined,
61): string | undefined {
62 return model
63}
64
65/**
66 * Extract the JSON object produced under schema mode from the agent's final message; returns null on failure. Exported for unit test coverage.

Callers 2

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected