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

Method setRuntimeUrl

packages/core/src/core/core.ts:573–575  ·  view source on GitHub ↗
(runtimeUrl: string | undefined)

Source from the content-addressed store, hash-verified

571 }
572
573 setRuntimeUrl(runtimeUrl: string | undefined): void {
574 this.agentRegistry.setRuntimeUrl(runtimeUrl);
575 }
576
577 get runtimeTransport(): CopilotRuntimeTransport {
578 return this.agentRegistry.runtimeTransport;

Callers 5

CopilotKitProviderFunction · 0.45
constructorMethod · 0.45
CopilotKitProviderFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected