MCPcopy
hub / github.com/CopilotKit/CopilotKit / setRuntimeUrl

Method setRuntimeUrl

packages/angular/src/lib/agent.spec.ts:180–183  ·  view source on GitHub ↗
(value: string | undefined)

Source from the content-addressed store, hash-verified

178 }
179
180 setRuntimeUrl(value: string | undefined) {
181 this.#runtimeUrl.set(value);
182 this.core = { ...this.core, runtimeUrl: value };
183 }
184
185 setHeaders(value: Record<string, string>) {
186 this.#headers.set(value);

Callers 2

agent.spec.tsFile · 0.45
updateRuntimeMethod · 0.45

Calls 1

setMethod · 0.45

Tested by

no test coverage detected