Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CopilotKit/CopilotKit
/ resume
Method
resume
packages/bot/src/thread.ts:315–317 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
313
}
314
315
async
resume(value: unknown): Promise<MessageRef | undefined> {
316
return
this.run({ resume: value });
317
}
318
319
private
async
run(
320
initialResume?: { resume: unknown },
Callers
nothing calls this directly
Calls
1
run
Method · 0.95
Tested by
no test coverage detected