get_history
Method
This is a method of the Session class in the session module.Get chat history as LLM messages
Signature
Parameters
No description available.
Returns
The result of the operation.
get_history: Get chat history as LLM messages
This is a method of the Session class in the session module.Get chat history as LLM messages
def get_history(&self, max_messages: Option<usize>) -> Vec<Message>