get_chat_history
Method
This is a method of the SessionData class in the session module.Get chat history in LLM-compatible format
Signature
Parameters
Option<usize>
required
No description available.
Returns
Vec<Message>
The result of the operation.

