MCPcopy
hub / github.com/CopilotKit/CopilotKit / append

Method append

packages/bot-whatsapp/src/history-store.ts:24–24  ·  view source on GitHub ↗
(conversationKey: string, message: StoredMessage)

Source from the content-addressed store, hash-verified

22 */
23export interface HistoryStore {
24 append(conversationKey: string, message: StoredMessage): Promise<void>;
25 read(conversationKey: string): Promise<StoredMessage[]>;
26}
27

Callers 6

uploadMediaMethod · 0.65
recordOutboundMethod · 0.65
handleWebhookValueFunction · 0.65

Implementers 1

InMemoryHistoryStorepackages/bot-whatsapp/src/history-stor

Calls

no outgoing calls

Tested by

no test coverage detected