MCPcopy Create free account
hub / github.com/github/gh-aw / ResolveLLMProvider

Method ResolveLLMProvider

pkg/workflow/claude_engine.go:51–53  ·  view source on GitHub ↗

ResolveLLMProvider returns the effective provider for Claude inference. Default is anthropic, overridable via engine.model-provider.

(workflowData *WorkflowData)

Source from the content-addressed store, hash-verified

49// ResolveLLMProvider returns the effective provider for Claude inference.
50// Default is anthropic, overridable via engine.model-provider.
51func (e *ClaudeEngine) ResolveLLMProvider(workflowData *WorkflowData) string {
52 return resolveEngineLLMProvider(workflowData, LLMProviderAnthropic)
53}
54
55// GetAPMTarget returns "claude" so that apm-action packs Claude-specific primitives.
56func (e *ClaudeEngine) GetAPMTarget() string {

Callers 3

GetExecutionStepsMethod · 0.95

Calls 1

resolveEngineLLMProviderFunction · 0.85

Tested by

no test coverage detected