Skip to content
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

Fixes #675 (fix/docs-triggers-get-started) #1004

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

abhishekpatil4
Copy link
Contributor

@abhishekpatil4 abhishekpatil4 commented Dec 12, 2024

Important

Updated quickstart_3.mdx documentation with simplified steps and updated code examples for setting up triggers in Composio using Python and JavaScript.

  • Documentation Update:
    • Simplified steps in quickstart_3.mdx for setting up triggers in Composio.
    • Updated code examples for Python and JavaScript to reflect current API usage.
    • Clarified instructions for connecting Gmail accounts and enabling triggers.
  • Code Examples:
    • Python: Updated ComposioToolSet usage and trigger listener setup.
    • JavaScript: Updated OpenAIToolSet usage and trigger subscription method.
  • Misc:
    • Added tips for setting environment variables for API keys.
    • Updated descriptions and instructions for better clarity.

This description was created by Ellipsis for 738d8f1. It will automatically update as commits are pushed.

Copy link

vercel bot commented Dec 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
composio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 12, 2024 2:05pm

@abhishekpatil4 abhishekpatil4 changed the title fix/docs-triggers-get-started Fixes #675 (fix/docs-triggers-get-started) Dec 12, 2024
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me! Reviewed everything up to 738d8f1 in 4 minutes and 17 seconds

More details
  • Looked at 407 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 3 drafted comments based on config settings.
1. docs/introduction/intro/quickstart_3.mdx:9
  • Draft comment:
    The sentence is missing a 'to' and has a pluralization error. Consider rephrasing:
In this guide, we'll configure and enable a trigger to listen to new emails in Gmail and configure an agent to add an important label to emails that contain details about bank transactions.
  • Reason this comment was not posted:
    Confidence changes required: 50%
    The description on line 9 has a grammatical error. It should be 'configure an agent to add an important label to emails that contain details about bank transactions.'
2. docs/introduction/intro/quickstart_3.mdx:56
  • Draft comment:
    There's a syntax error due to a misplaced parenthesis. It should be placed after the closing brace of the config dictionary.
config={"userId": "me", "interval": 1, "labelIds": "INBOX"}
  • Reason this comment was not posted:
    Comment looked like it was already resolved.
3. docs/introduction/intro/quickstart_3.mdx:155
  • Draft comment:
    The method getEntity is used incorrectly. It should be toolset.client.getEntity instead of toolset.client.getEntity.
const entity = toolset.client.getEntity("Jessica");
  • Reason this comment was not posted:
    Comment looked like it was already resolved.

Workflow ID: wflow_BFYRWhQmBU6Waw56


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@abhishekpatil4
Copy link
Contributor Author

fixes #675

@Karthikeya-Meesala Karthikeya-Meesala merged commit 1a6e102 into master Dec 12, 2024
10 of 11 checks passed
@Karthikeya-Meesala Karthikeya-Meesala deleted the fix/docs-triggers-get-started branch December 12, 2024 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants