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.

history

AsyncMethod
This is a method of the MemoryProtocol class in the protocols module.
Get conversation history

Signature

async def history(&self) -> Result<Vec<MemoryMessage>>

Returns

Returns
Result<Vec<MemoryMessage>>
The result of the operation.