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

Method chatWithSystem

src/agent/Agent.ts:221–223  ·  view source on GitHub ↗

* 系统提示词聊天

(systemPrompt: string, userMessage: string)

Source from the content-addressed store, hash-verified

219 * 系统提示词聊天
220 */
221 public async chatWithSystem(systemPrompt: string, userMessage: string): Promise<string> {
222 return await this.llmManager.chatWithSystem(systemPrompt, userMessage);
223 }
224
225 /**
226 * 代码生成

Callers 4

startCustomerServiceFunction · 0.95
answerSingleQuestionFunction · 0.45
startInteractiveChatFunction · 0.45
chatWithContextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected