-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
fix custom action flow #791
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hey @sohamganatra, here is an example of how you can ask me to improve this pull request: @Sweep Add unit tests for the `my_custom_action` Gmail function to verify: 📖 For more information on how to use Sweep, please read our documentation. |
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.
❌ Changes requested. Reviewed everything up to a032e0c in 34 seconds
More details
- Looked at
249
lines of code in2
files - Skipped
0
files when reviewing. - Skipped posting
0
drafted comments based on config settings.
Workflow ID: wflow_H1p0ujkxeQjQA57t
Want Ellipsis to fix these issues? Tag @ellipsis-dev
in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
@@ -42,27 +42,36 @@ As `gmail` toolname is already registered in Composio, `auth` dictionary will be | |||
</Note> | |||
<CodeGroup> | |||
```python Custom Action - Gmail (python) |
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.
The datetime
module is used but not imported. Add import datetime
at the beginning of the code snippet.
```python Custom Action - Gmail (python) | |
import datetime |
This comment was generated by github-actions[bot]! JS SDK Coverage Report📊 Coverage report for JS SDK can be found at the following URL: 📁 Test report folder can be found at the following URL: |
Important
Fixes and updates custom action flow in documentation, including code snippets and descriptions for Gmail and new tool actions.
my_custom_action
incustom_actions.mdx
to fetch emails from Gmail for the last 24 hours using existing authentication.query
toaccount_id
in Python and JavaScript examples.fetchEmails
tomyCustomAction
.integrations.mdx
andcustom_actions.mdx
.This description was created by for a032e0c. It will automatically update as commits are pushed.