(runtime: PiRuntime, entry: RuntimeToolProgress)
| 108 | } |
| 109 | |
| 110 | export function rememberRuntimeToolProgress(runtime: PiRuntime, entry: RuntimeToolProgress) { |
| 111 | getLiveToolProgress(runtime).set(entry.toolCallId, entry) |
| 112 | } |
| 113 | |
| 114 | export function clearRuntimeToolProgress( |
| 115 | runtime: PiRuntime, |
no test coverage detected