send
AsyncMethod
This is a method of the GatewayClientProtocol class in the protocols module.Send an event to the client.
Signature
Parameters
No description available.
Source
View on GitHub
praisonaiagents/gateway/protocols.py at line 242send: Send an event to the client.
This is a method of the GatewayClientProtocol class in the protocols module.Send an event to the client.
async def send(event: GatewayEvent) -> None
praisonaiagents/gateway/protocols.py at line 242