context_query_kwargs = {
"your_table_name": {
"record_id": "Unique identifier for a record. The record can represent various communication mediums such as a WhatsApp message, an email, or an SMS text message.",
"record_type": "Type of the record. Values can be one of email, WhatsApp, SMS, or MMS.",
"record_date": "Date and time of the record when the email/message/text was sent.",
"record_from": "Details of the sender of the record. Contains the name of the sender, the phone number of the sender, and/or the email address of the sender.",
"record_to": "Details of the receiver(s) of the record. Can be multiple receivers. Contains the names, phone numbers, and/or email addresses of the receivers.",
"record_body": "Content of the record (email/message/text) comprising the substantive text message or email that was transmitted.",
"record_file_id": "The file_id of the source file from another table called 'Files'. This corresponds to the file that this record was parsed/extracted from.",
"record_attach": "Array of attachments associated with the record/email/text/WhatsApp. This is a list/array of S3 paths to the corresponding attachment files.",
"additional_info": "Contains a JSON with additional information associated with a record.",
"tags": "Array of tags associated with the record.",
"add_to_timeline": "A boolean flag indicating if the record should be added to the Timeline.",
"record_threat": "Identifies the thread of the record. In case of emails, this is the Subject of the email thread. In case of WhatsApp, this is the group/direct message name."
}
}