abacusai.api_class.ai_chat
Classes
A config class for a Data Science Co-Pilot Hotkey |
|
Message format for agent conversation |
Module Contents
- class abacusai.api_class.ai_chat.HotkeyPrompt
Bases:
abacusai.api_class.abstract.ApiClass
A config class for a Data Science Co-Pilot Hotkey
- Parameters:
- class abacusai.api_class.ai_chat.AgentConversationMessage
Bases:
abacusai.api_class.abstract.ApiClass
Message format for agent conversation
- Parameters:
- 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.