Skip to main content

add_message

Method
This is a method of the GatewaySessionProtocol class in the protocols module.
Add a message to the session history.

Signature

def add_message(message: GatewayMessage) -> None

Parameters

message
GatewayMessage
required
No description available.

Source

View on GitHub

praisonaiagents/gateway/protocols.py at line 206