Skip to content

Documentation / @agentick/gateway / SendParams

Interface: SendParams ​

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

Properties ​

input? ​

optional input: SendInput<Record<string, unknown>>

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


message? ​

optional message: string

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


sessionId ​

sessionId: string

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

Released under the ISC License.