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