mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
parent
c50dd79512
commit
c3308f31bc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user