MCPcopy Index your code
hub / github.com/CopilotKit/CopilotKit / createThreadRequestId

Function createThreadRequestId

packages/core/src/threads.ts:646–649  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

644let threadRequestId = 0;
645
646function createThreadRequestId(): string {
647 threadRequestId += 1;
648 return `thread-request-${threadRequestId}`;
649}
650
651function threadFromFetch<T>(
652 input: string,

Callers 4

renameThreadFunction · 0.85
archiveThreadFunction · 0.85
unarchiveThreadFunction · 0.85
deleteThreadFunction · 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…