-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Updated the Tools section #906
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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 749bfae in 1 minute and 39 seconds
More details
- Looked at
926
lines of code in11
files - Skipped
0
files when reviewing. - Skipped posting
5
drafted comments based on config settings.
1. docs/patterns/tools/use-tools/action-guide-with-agents.mdx:2
- Draft comment:
title: "🛠️ How to Use Tools with LLMs?"
- Reason this comment was not posted:
Confidence changes required:50%
The phrase 'How to use Tools with LLMs?' is slightly awkward. It should be 'How to Use Tools with LLMs?' for consistency with title case.
2. docs/patterns/tools/use-tools/action-guide-without-agents.mdx:2
- Draft comment:
title: "🛠️ How to Use Tools Directly?"
- Reason this comment was not posted:
Confidence changes required:50%
The phrase 'How to use Tools directly?' is slightly awkward. It should be 'How to Use Tools Directly?' for consistency with title case.
3. docs/patterns/tools/use-tools/configure-tools.mdx:17
- Draft comment:
### How to Add Metadata at Action-level?
- Reason this comment was not posted:
Confidence changes required:50%
The phrase 'How to add metadata at Action-level?' is slightly awkward. It should be 'How to Add Metadata at Action-level?' for consistency with title case.
4. docs/patterns/tools/use-tools/configure-tools.mdx:81
- Draft comment:
### How to Add Metadata at App-level?
- Reason this comment was not posted:
Confidence changes required:50%
The phrase 'How to add metadata at App-level?' is slightly awkward. It should be 'How to Add Metadata at App-level?' for consistency with title case.
5. docs/patterns/tools/use-tools/get-action-inputs.mdx:2
- Draft comment:
title: "🛠️ How to Get the Schema for an Action?"
- Reason this comment was not posted:
Confidence changes required:50%
The phrase 'How to get the schema for an Action?' is slightly awkward. It should be 'How to Get the Schema for an Action?' for consistency with title case.
Workflow ID: wflow_ZJHCXtq08B8z0P5J
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.
@@ -135,7 +134,7 @@ console.log(result); | |||
</Step> | |||
</Steps> | |||
|
|||
### Why Use Custom Actions? | |||
### Why to Use Custom Actions? |
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.
### Why to Use Custom Actions? | |
### Why Use Custom Actions? |
@@ -126,7 +125,7 @@ Cow says: AI is the future | |||
</Steps> | |||
|
|||
|
|||
### Why Use Custom Tools or Actions? | |||
### Why to Use Custom Tools or Actions? |
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.
### Why to Use Custom Tools or Actions? | |
### Why Use Custom Tools or Actions? |
I have made some improvements in the Tools section
Important
Improved documentation for Composio Tools section by enhancing readability, adding resources, and reorganizing content for clarity.
custom-action-for-existing-tool.mdx
andcustom-action-for-new-tool.mdx
.custom-integration.mdx
andserve-tools.mdx
.action-guide-with-agents.mdx
andaction-guide-without-agents.mdx
.configure-tools.mdx
andget-action-inputs.mdx
.what-are-tools.mdx
for better navigation.This description was created by for 749bfae. It will automatically update as commits are pushed.