MCPcopy
hub / github.com/slackapi/bolt-js / AssistantThreadContextStore

Interface AssistantThreadContextStore

src/AssistantThreadContextStore.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { type AllAssistantMiddlewareArgs, extractThreadInfo } from './Assistant';
4
5export interface AssistantThreadContextStore {
6 get: GetThreadContextFn;
7 save: SaveThreadContextFn;
8}
9
10export type GetThreadContextFn = (args: AllAssistantMiddlewareArgs) => Promise<AssistantThreadContext>;
11

Callers

nothing calls this directly

Implementers 1

DefaultThreadContextStoresrc/AssistantThreadContextStore.ts

Calls

no outgoing calls

Tested by

no test coverage detected