Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

add_message

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

Signature

def add_message(&mut self, message: GatewayMessage) -> ()

Parameters

message
GatewayMessage
required
No description available.

Returns

Returns
()
The result of the operation.