Skip to content

Commit

Permalink
Merge pull request #324 from ahuang11/patch-1
Browse files Browse the repository at this point in the history
Remove comma from pip install
  • Loading branch information
jlowin authored Sep 23, 2024
2 parents bbf9c20 + 1eae5de commit 61e756e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/patterns/tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ LangChain has many [pre-built tools](https://python.langchain.com/v0.2/docs/inte
First, install the dependencies:

```bash
pip install -U langchain-community, duckduckgo-search
pip install -U langchain-community duckduckgo-search
```

Then import the tool for use:
Expand Down Expand Up @@ -251,4 +251,4 @@ Tools are particularly useful in scenarios where:

By providing appropriate tools, you can significantly enhance the problem-solving capabilities of your AI agents and create more powerful and flexible workflows.

While tools are powerful, they should be used judiciously. Provide only the tools that are necessary for the task at hand to avoid overwhelming the agent with too many options.
While tools are powerful, they should be used judiciously. Provide only the tools that are necessary for the task at hand to avoid overwhelming the agent with too many options.

0 comments on commit 61e756e

Please sign in to comment.