* 代码生成
(description: string, language: string = 'javascript')
| 226 | * 代码生成 |
| 227 | */ |
| 228 | public async generateCode(description: string, language: string = 'javascript'): Promise<string> { |
| 229 | return await this.llmManager.generateCode(description, language); |
| 230 | } |
| 231 | |
| 232 | /** |
| 233 | * 文本摘要 |
no outgoing calls
no test coverage detected