mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-05 07:55:18 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user