abacusai.custom_chat_instructions
Classes
Custom Chat Instructions |
Module Contents
- class abacusai.custom_chat_instructions.CustomChatInstructions(client, userInformationInstructions=None, responseInstructions=None, enableCodeExecution=None, enableImageGeneration=None, enableWebSearch=None, enablePlayground=None)
Bases:
abacusai.return_class.AbstractApiClass
Custom Chat Instructions
- Parameters:
client (ApiClient) – An authenticated API Client instance
userInformationInstructions (str) – The behavior instructions for the chat.
responseInstructions (str) – The response instructions for the chat.
enableCodeExecution (bool) – Whether or not code execution is enabled.
enableImageGeneration (bool) – Whether or not image generation is enabled.
enableWebSearch (bool) – Whether or not web search is enabled.
enablePlayground (bool) – Whether or not playground is enabled.
- user_information_instructions
- response_instructions
- enable_code_execution
- enable_image_generation
- enable_web_search
- enable_playground
- deprecated_keys
- __repr__()