abacusai.llm_input ================== .. py:module:: abacusai.llm_input Classes ------- .. autoapisummary:: abacusai.llm_input.LlmInput Module Contents --------------- .. py:class:: LlmInput(client, content=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` The result of encoding an object as input for a language model. :param client: An authenticated API Client instance :type client: ApiClient :param content: Content of the response :type content: str .. py:attribute:: content :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