Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echoVic/blade-code
/ chat
Method
chat
src/agent/Agent.ts:197–199 ·
view source on GitHub ↗
* 基础聊天
(message: string)
Source
from the content-addressed store, hash-verified
195
* 基础聊天
196
*/
197
public
async
chat(message: string): Promise<string> {
198
return
await
this.llmManager.chat(message);
199
}
200
201
/**
202
* 多轮对话
Callers
11
startCodeAssistant
Function · 0.95
chatWithSystem
Method · 0.45
executeToolWorkflow
Method · 0.45
chatWithThinking
Method · 0.45
sendMessage
Function · 0.45
conversation
Function · 0.45
smartChat
Method · 0.45
analyzeToolNeed
Method · 0.45
callToolSmart
Method · 0.45
generateAnswerWithToolResults
Method · 0.45
chatWithContext
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected