Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CopilotKit/CopilotKit
/ delete
Method
delete
packages/bot/src/thread.ts:119–121 ·
view source on GitHub ↗
(ref: MessageRef)
Source
from the content-addressed store, hash-verified
117
}
118
119
async
delete(ref: MessageRef): Promise<void> {
120
await
this.deps.adapter.delete(ref);
121
}
122
123
async
stream(src: string | AsyncIterable<string>): Promise<MessageRef> {
124
const
iter =
Callers
nothing calls this directly
Calls
1
delete
Method · 0.65
Tested by
no test coverage detected