MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / rememberRuntimeToolProgress

Function rememberRuntimeToolProgress

desktop/runtime/thread-publisher.ts:110–112  ·  view source on GitHub ↗
(runtime: PiRuntime, entry: RuntimeToolProgress)

Source from the content-addressed store, hash-verified

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

Callers 1

handleRuntimeToolEventFunction · 0.90

Calls 1

getLiveToolProgressFunction · 0.70

Tested by

no test coverage detected