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

Function llmProviderDocsURL

pkg/workflow/llm_provider.go:98–107  ·  view source on GitHub ↗
(provider string)

Source from the content-addressed store, hash-verified

96}
97
98func llmProviderDocsURL(provider string) string {
99 switch normalizeLLMProvider(provider) {
100 case LLMProviderGitHub:
101 return "https://github.github.com/gh-aw/reference/engines/#github-copilot-default"
102 case LLMProviderOpenAI:
103 return "https://github.github.com/gh-aw/reference/engines/#openai-codex"
104 default:
105 return "https://github.github.com/gh-aw/reference/engines/#anthropic-claude-code"
106 }
107}

Callers 2

Calls 1

normalizeLLMProviderFunction · 0.85

Tested by

no test coverage detected