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