MCPcopy 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

startCodeAssistantFunction · 0.95
chatWithSystemMethod · 0.45
executeToolWorkflowMethod · 0.45
chatWithThinkingMethod · 0.45
sendMessageFunction · 0.45
conversationFunction · 0.45
smartChatMethod · 0.45
analyzeToolNeedMethod · 0.45
callToolSmartMethod · 0.45
chatWithContextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected