Merge pull request #24363

* important email fields
This commit is contained in:
Rhuan Barros 2024-07-19 10:41:20 -03:00 committed by GitHub
parent c50dd79512
commit c3308f31bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,6 +118,10 @@ class GmailSearch(GmailBaseTool):
"body": body,
"subject": subject,
"sender": sender,
"from": email_msg['From'],
"date": email_msg['Date'],
"to": email_msg['To'],
"cc": email_msg['Cc'],
}
)
return results