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
No description available.
Returns
The result of the operation.
get_chat_history: Get chat history in LLM-compatible format
This is a method of the SessionData class in the session module.Get chat history in LLM-compatible format
def get_chat_history(&self, max_messages: Option<usize>) -> Vec<Message>