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

Method setContext

packages/core/src/threads.ts:597–597  ·  view source on GitHub ↗
(context: ThreadRuntimeContext | null)

Source from the content-addressed store, hash-verified

595 start(): void;
596 stop(): void;
597 setContext(context: ThreadRuntimeContext | null): void;
598 /** Re-fetches the thread list without resetting the current list to empty. */
599 refresh(): void;
600 /**

Callers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected