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

Method renameThread

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

Source from the content-addressed store, hash-verified

615 startNewThread(): void;
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>;

Callers 7

useThreadsFunction · 0.65
constructorMethod · 0.65
threads.spec.tsFile · 0.65
threads.test.tsFile · 0.65
useThreadsFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected