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

Method isAvailable

src/agent/LLMManager.ts:115–117  ·  view source on GitHub ↗

* 检查 LLM 是否可用

()

Source from the content-addressed store, hash-verified

113 * 检查 LLM 是否可用
114 */
115 public isAvailable(): boolean {
116 return !!this.llm && this.isInitialized;
117 }
118
119 /**
120 * 获取 LLM 提供商名称

Callers 4

getStatusMethod · 0.95
ensureLLMAvailableMethod · 0.95
hasLLMMethod · 0.80
smartChatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected