MCPcopy Create free account
hub / github.com/echoVic/blade-code / getProvider

Method getProvider

src/agent/LLMManager.ts:122–125  ·  view source on GitHub ↗

* 获取 LLM 提供商名称

()

Source from the content-addressed store, hash-verified

120 * 获取 LLM 提供商名称
121 */
122 public getProvider(): string | null {
123 if (!this.llm) return null;
124 return this.llm instanceof QwenLLM ? 'qwen' : 'volcengine';
125 }
126
127 /**
128 * 获取 LLM 实例

Callers 3

getStatusMethod · 0.95
getLLMProviderMethod · 0.80
demonstrateFullAgentFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected