* 代码审查
(code: string, language: string)
| 240 | * 代码审查 |
| 241 | */ |
| 242 | public async reviewCode(code: string, language: string): Promise<string> { |
| 243 | return await this.llmManager.reviewCode(code, language); |
| 244 | } |
| 245 | |
| 246 | /** |
| 247 | * 情绪分析 |
no outgoing calls
no test coverage detected