(provider: LLMProvider)
| 179 | } |
| 180 | |
| 181 | export function getProviderDisplayName(provider: LLMProvider): string { |
| 182 | return LLM_PROVIDER_CONFIGS[provider]?.displayName ?? provider; |
| 183 | } |
nothing calls this directly
no outgoing calls
no test coverage detected