* 获取工具统计信息
()
| 204 | * 获取工具统计信息 |
| 205 | */ |
| 206 | public getStats(): Record<string, any> { |
| 207 | if (!this.toolManager) { |
| 208 | throw new Error('工具组件未初始化'); |
| 209 | } |
| 210 | return this.toolManager.getStats(); |
| 211 | } |
| 212 | |
| 213 | /** |
| 214 | * 获取执行历史 |
no outgoing calls
no test coverage detected