abacusai.chatllm_task ===================== .. py:module:: abacusai.chatllm_task Classes ------- .. autoapisummary:: abacusai.chatllm_task.ChatllmTask Module Contents --------------- .. py:class:: ChatllmTask(client, chatllmTaskId=None, name=None, instructions=None, lifecycle=None, scheduleInfo=None, externalApplicationId=None, deploymentConversationId=None, enableEmailAlerts=None, email=None, numUnreadTaskInstances=None, computePointsUsed=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` A chatllm task :param client: An authenticated API Client instance :type client: ApiClient :param chatllmTaskId: The id of the chatllm task. :type chatllmTaskId: str :param name: The name of the chatllm task. :type name: str :param instructions: The instructions of the chatllm task. :type instructions: str :param lifecycle: The lifecycle of the chatllm task. :type lifecycle: str :param scheduleInfo: The schedule info of the chatllm task. :type scheduleInfo: dict :param externalApplicationId: The external application id associated with the chatllm task. :type externalApplicationId: str :param deploymentConversationId: The deployment conversation id associated with the chatllm task. :type deploymentConversationId: str :param enableEmailAlerts: Whether email alerts are enabled for the chatllm task. :type enableEmailAlerts: bool :param email: The email to send alerts to. :type email: str :param numUnreadTaskInstances: The number of unread task instances for the chatllm task. :type numUnreadTaskInstances: int :param computePointsUsed: The compute points used for the chatllm task. :type computePointsUsed: int .. py:attribute:: chatllm_task_id :value: None .. py:attribute:: name :value: None .. py:attribute:: instructions :value: None .. py:attribute:: lifecycle :value: None .. py:attribute:: schedule_info :value: None .. py:attribute:: external_application_id :value: None .. py:attribute:: deployment_conversation_id :value: None .. py:attribute:: enable_email_alerts :value: None .. py:attribute:: email :value: None .. py:attribute:: num_unread_task_instances :value: None .. py:attribute:: compute_points_used :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