Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echoVic/blade-code
/ getLLMProvider
Method
getLLMProvider
src/agent/Agent.ts:190–192 ·
view source on GitHub ↗
* 获取 LLM 提供商名称
()
Source
from the content-addressed store, hash-verified
188
* 获取 LLM 提供商名称
189
*/
190
public getLLMProvider(): string | null {
191
return
this.llmManager.getProvider();
192
}
193
194
/**
195
* 基础聊天
Callers
1
getStatus
Method · 0.95
Calls
1
getProvider
Method · 0.80
Tested by
no test coverage detected