(value: Record<string, string>)
| 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 | } |