MCPcopy
hub / github.com/CopilotKit/CopilotKit / delete

Method delete

packages/bot/src/action-store.ts:12–12  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

10 put(id: string, snap: ActionSnapshot, ttlMs?: number): Promise<void>;
11 get(id: string): Promise<ActionSnapshot | undefined>;
12 delete(id: string): Promise<void>;
13}
14/** @deprecated Configure `createBot({ state })` instead. Action snapshots are stored via `StateStore.kv`. */
15export class InMemoryActionStore implements ActionStore {

Callers 14

appendMethod · 0.65
deleteMethod · 0.65
onInteractionFunction · 0.65
getMethod · 0.65
deleteMethod · 0.65
deleteMethod · 0.65
unsubscribeMethod · 0.65
FakeDurableStoreClass · 0.65
kvActionStoreFunction · 0.65

Implementers 1

InMemoryActionStorepackages/bot/src/action-store.ts

Calls

no outgoing calls

Tested by

no test coverage detected