* 获取缓存的工具调用结果
(toolName: string, input: any)
| 312 | * 获取缓存的工具调用结果 |
| 313 | */ |
| 314 | public getCachedToolResult(toolName: string, input: any): any { |
| 315 | this.ensureReady(); |
| 316 | return this.contextManager!.getCachedToolResult(toolName, input); |
| 317 | } |
| 318 | |
| 319 | /** |
| 320 | * 获取统计信息 |
nothing calls this directly
no test coverage detected