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

Method unarchiveThread

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

Source from the content-addressed store, hash-verified

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;
622 /**

Callers 5

useThreadsFunction · 0.80
constructorMethod · 0.80
onUnarchiveMethod · 0.80
threads.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected