Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
chat
Method · 0.95
conversation
Method · 0.95
streamChat
Method · 0.95
functionCall
Method · 0.95
parseToolCallResult
Method · 0.95
executeToolWorkflow
Method · 0.95
Calls
1
isAvailable
Method · 0.95
Tested by
no test coverage detected