abacusai.chat_message
Classes
A single chat message with Abacus Chat. |
Module Contents
- class abacusai.chat_message.ChatMessage(client, role=None, text=None, timestamp=None, isUseful=None, feedback=None, docIds=None, hotkeyTitle=None, tasks=None, keywordArguments=None)
Bases:
abacusai.return_class.AbstractApiClass
A single chat message with Abacus Chat.
- Parameters:
client (ApiClient) – An authenticated API Client instance
role (str) – The role of the message sender
timestamp (str) – The timestamp at which the message was sent
isUseful (bool) – Whether this message was marked as useful or not
feedback (str) – The feedback provided for the message
docIds (list[str]) – A list of IDs of the uploaded document if the message has
hotkeyTitle (str) – The title of the hotkey prompt if the message has one
tasks (list[str]) – The list of spawned tasks, if the message was broken down into smaller sub-tasks.
keywordArguments (dict) – A dict of kwargs used to generate the response.
- role
- text
- timestamp
- is_useful
- feedback
- doc_ids
- hotkey_title
- tasks
- keyword_arguments
- deprecated_keys
- __repr__()