* 获取缓存的工具调用结果
(toolName: string, input: any)
| 342 | * 获取缓存的工具调用结果 |
| 343 | */ |
| 344 | getCachedToolResult(toolName: string, input: any): any { |
| 345 | return this.cache.getToolResult(toolName, input); |
| 346 | } |
| 347 | |
| 348 | /** |
| 349 | * 获取管理器统计信息 |
nothing calls this directly
no test coverage detected