Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Gmail Tool #3438
Add Gmail Tool #3438
Changes from all commits
d3fca11
4f4523a
0cbf52a
f6fe06c
8e5a2f0
01904c9
c351369
7f87220
717f999
2bd4c4e
8cfc9b7
71636e6
84eea6f
5279e40
b2b3b4b
8e8ae11
370ff58
c137228
23dc04d
507479a
c5ad3cc
3b8f3fd
c087834
eb07a2f
3a09b53
27120bd
7600b94
c377695
54addef
52095f5
67d153e
1d473aa
c6f599f
25cde55
25dd823
29fe08d
73256ee
b818710
51b6f3a
00cef2a
a2ef016
4c09668
f4a4c6f
16c4af5
98c0e82
5056391
5e9e802
5885d7a
1d79258
fc10255
a2b053f
08b31a2
12f92d4
eda0273
31c0439
695bd7f
8f5ab7c
b3ce7c4
1c112fc
3f5f234
7123751
61fdedd
a50e8f7
676796f
9d4e09e
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR adds code that explicitly accesses an environment variable via
process.env
. Please review this change to ensure proper handling and security of environment variables.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR adds code that explicitly accesses and reads environment variables via
getEnvironmentVariable
. Please review this change to ensure it is implemented correctly and securely.