abacusai.chatllm_project ======================== .. py:module:: abacusai.chatllm_project Classes ------- .. autoapisummary:: abacusai.chatllm_project.ChatllmProject Module Contents --------------- .. py:class:: ChatllmProject(client, chatllmProjectId=None, name=None, description=None, customInstructions=None, createdAt=None, updatedAt=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` ChatLLM Project :param client: An authenticated API Client instance :type client: ApiClient :param chatllmProjectId: The ID of the chatllm project. :type chatllmProjectId: id :param name: The name of the chatllm project. :type name: str :param description: The description of the chatllm project. :type description: str :param customInstructions: The custom instructions of the chatllm project. :type customInstructions: str :param createdAt: The creation time of the chatllm project. :type createdAt: str :param updatedAt: The update time of the chatllm project. :type updatedAt: str .. py:attribute:: chatllm_project_id :value: None .. py:attribute:: name :value: None .. py:attribute:: description :value: None .. py:attribute:: custom_instructions :value: None .. py:attribute:: created_at :value: None .. py:attribute:: updated_at :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