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

Method archiveThread

packages/core/src/threads.ts:618–618  ·  view source on GitHub ↗
(threadId: string)

Source from the content-addressed store, hash-verified

616 fetchNextPage(): void;
617 renameThread(threadId: string, name: string): Promise<void>;
618 archiveThread(threadId: string): Promise<void>;
619 unarchiveThread(threadId: string): Promise<void>;
620 deleteThread(threadId: string): Promise<void>;
621 getState(): ThreadState;

Callers 9

useThreadsFunction · 0.65
constructorMethod · 0.65
onArchiveMethod · 0.65
threads.test.tsFile · 0.65
handleArchiveThreadFunction · 0.65
client.test.tsFile · 0.65
useThreadsFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected