abacusai.api_class.ai_chat
Classes
Helper class that provides a standard way to create an ABC using |
|
A config class for a Data Science Co-Pilot Hotkey |
Module Contents
- class abacusai.api_class.ai_chat.ApiClass
Bases:
abc.ABCHelper class that provides a standard way to create an ABC using inheritance.
- __post_init__()
- classmethod _get_builder()
- __str__()
Return str(self).
- _repr_html_()
- to_dict()
Standardizes converting an ApiClass to dictionary. Keys of response dictionary are converted to camel case. This also validates the fields ( type, value, etc ) received in the dictionary.
- class abacusai.api_class.ai_chat.HotkeyPrompt
Bases:
abacusai.api_class.abstract.ApiClassA config class for a Data Science Co-Pilot Hotkey
- Parameters: