MCPcopy
hub / github.com/CopilotKit/CopilotKit / setHeaders

Method setHeaders

packages/angular/src/lib/threads.spec.ts:107–109  ·  view source on GitHub ↗
(value: Record<string, string>)

Source from the content-addressed store, hash-verified

105 this.#runtimeConnectionStatus.set(value);
106 }
107 setHeaders(value: Record<string, string>): void {
108 this.#headers.set(value);
109 }
110 setThreadEndpoints(value: ThreadEndpointsStub | undefined): void {
111 this.#threadEndpoints.set(value);
112 }

Callers 1

threads.spec.tsFile · 0.45

Calls 1

setMethod · 0.45

Tested by

no test coverage detected