abacusai.chatllm_memory ======================= .. py:module:: abacusai.chatllm_memory Classes ------- .. autoapisummary:: abacusai.chatllm_memory.ChatllmMemory Module Contents --------------- .. py:class:: ChatllmMemory(client, chatllmMemoryId=None, memory=None, sourceDeploymentConversationId=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` An LLM created memory in ChatLLM :param client: An authenticated API Client instance :type client: ApiClient :param chatllmMemoryId: The ID of the chatllm memory. :type chatllmMemoryId: str :param memory: The text of the ChatLLM memory. :type memory: str :param sourceDeploymentConversationId: The deployment conversation where this memory was created. :type sourceDeploymentConversationId: str .. py:attribute:: chatllm_memory_id :value: None .. py:attribute:: memory :value: None .. py:attribute:: source_deployment_conversation_id :value: None .. py:attribute:: deprecated_keys .. py:method:: __repr__() .. py:method:: to_dict() Get a dict representation of the parameters in this class :returns: The dict value representation of the class parameters :rtype: dict