abacusai.code_suggestion_validation_response
============================================

.. py:module:: abacusai.code_suggestion_validation_response


Classes
-------

.. autoapisummary::

   abacusai.code_suggestion_validation_response.CodeSuggestionValidationResponse


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

.. py:class:: CodeSuggestionValidationResponse(client, isValid=None)

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


   A response from an LLM to validate a code suggestion.

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param isValid: Whether the code suggestion is valid.
   :type isValid: bool


   .. py:attribute:: is_valid
      :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



