Skip to main content

attach_gateway_runtime

Method
This is a method of the SupportsGatewayRuntime class in the protocols module.
Wire the gateway runtime seams into this adapter. Only seams present (non-None) on runtime should be applied; seams left None mean the gateway has nothing to inject and the adapter must keep its existing value.

Signature

Parameters

GatewayRuntimeSeams
required
The gateway reliability seams to attach.

Source

View on GitHub

praisonaiagents/bots/protocols.py at line 365

Gateway Feature