()
| 3632 | |
| 3633 | async destroy(): Promise<void> { |
| 3634 | this.cancelAllOperations("服务已停止"); |
| 3635 | if (this.configManager) this.configManager.unregisterListener(this); |
| 3636 | } |
| 3637 | |
| 3638 | async callAI( |
| 3639 | question: string, |
| 3640 | images: AIContentPart[] = [], |
no test coverage detected