MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / providerId

Function providerId

projects/runtime-node/src/agents.ts:259–261  ·  view source on GitHub ↗
(params: unknown)

Source from the content-addressed store, hash-verified

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

Callers 3

bridgeForFunction · 0.85
threadGoalSetParamsFunction · 0.85

Calls 1

requiredStringFunction · 0.70

Tested by

no test coverage detected