What is Conversation Memory?
Conversation Memory stores the complete chat history for a session, allowing your agent to reference previous messages and maintain context throughout the conversation.Usage
Params
full_session_memory: bool- Enable/disable conversation memorysession_id: str- Required identifier for the sessionnum_last_messages: int- Optional limit on conversation historyfeed_tool_call_results: bool- Include/exclude tool calls from memory

