Skip to content

Documentation / @agentick/gateway / RequestMessage

Interface: RequestMessage

Defined in: gateway/src/transport-protocol.ts:24

Properties

id

id: string

Defined in: gateway/src/transport-protocol.ts:26


method

method: GatewayMethod

Defined in: gateway/src/transport-protocol.ts:27


params

params: Record<string, unknown>

Defined in: gateway/src/transport-protocol.ts:28


type

type: "req"

Defined in: gateway/src/transport-protocol.ts:25

Released under the ISC License.