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

Method ensureLLMAvailable

src/agent/LLMManager.ts:306–310  ·  view source on GitHub ↗

* 确保 LLM 可用

()

Source from the content-addressed store, hash-verified

304 * 确保 LLM 可用
305 */
306 private ensureLLMAvailable(): void {
307 if (!this.isAvailable()) {
308 throw new Error('LLM 未初始化或不可用');
309 }
310 }
311
312 /**
313 * 日志记录

Callers 6

chatMethod · 0.95
conversationMethod · 0.95
streamChatMethod · 0.95
functionCallMethod · 0.95
parseToolCallResultMethod · 0.95
executeToolWorkflowMethod · 0.95

Calls 1

isAvailableMethod · 0.95

Tested by

no test coverage detected