MCPcopy Create free account
hub / github.com/CopilotKit/CopilotKit / threadKey

Function threadKey

packages/bot-slack/src/assistant.ts:166–167  ·  view source on GitHub ↗
(channel: string, threadTs: string)

Source from the content-addressed store, hash-verified

164}
165
166const threadKey = (channel: string, threadTs: string): string =>
167 `${channel}::${threadTs}`;

Callers 1

attachAssistantFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…