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.

get_messages

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

Signature

def get_messages(&self, limit: Option<usize>) -> Vec<GatewayMessage>

Parameters

limit
Option<usize>
required
No description available.

Returns

Returns
Vec<GatewayMessage>
The result of the operation.