MCPcopy
hub / github.com/CopilotKit/CopilotKit / startNewThread

Function startNewThread

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

Source from the content-addressed store, hash-verified

1347 store.dispatch(threadRestEvents.listRequested({ sessionId }));
1348 },
1349 startNewThread(): void {
1350 store.dispatch(threadAdapterEvents.newThreadStarted());
1351 },
1352 fetchNextPage(): void {
1353 store.dispatch(threadAdapterEvents.fetchNextPageRequested());
1354 },

Callers 2

CopilotThreadsDrawerFunction · 0.85
threads.spec.tsFile · 0.85

Calls 1

dispatchMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…