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

Method ask

src/agent/Agent.ts:256–258  ·  view source on GitHub ↗

* 智能问答

(question: string)

Source from the content-addressed store, hash-verified

254 * 智能问答
255 */
256 public async ask(question: string): Promise<string> {
257 return await this.llmManager.ask(question);
258 }
259
260 // ======================== 组件管理代理方法 ========================
261

Callers 2

startBasicAssistantFunction · 0.95
startInteractiveChatFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected