(params: unknown)
| 257 | const executionIdParams = { validateParams: validateStringParams("executionId") } |
| 258 | |
| 259 | function providerId(params: unknown): string { |
| 260 | return requiredString(params, "providerId") |
| 261 | } |
| 262 | |
| 263 | function bridgeFor(registry: RuntimeNodeAgentBridgeRegistry, params: unknown): RuntimeNodeServerProtocolAgentBridge { |
| 264 | const id = providerId(params) |
no test coverage detected