:py:mod:`abacusai.llm_execution_preview`
========================================

.. py:module:: abacusai.llm_execution_preview


Module Contents
---------------

Classes
~~~~~~~

.. autoapisummary::

   abacusai.llm_execution_preview.LlmExecutionPreview




.. py:class:: LlmExecutionPreview(client, error=None, sql=None)

   Bases: :py:obj:`abacusai.return_class.AbstractApiClass`

   Preview of executing queries using LLM.

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param error: The error message if the preview failed.
   :type error: str
   :param sql: Preview of SQL query generated by LLM.
   :type sql: str

   .. py:method:: __repr__()

      Return repr(self).


   .. 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



