Skip to content

Commit

Permalink
Remove comma from pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 authored Sep 21, 2024
1 parent bbf9c20 commit 1eae5de
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 1eae5de

Please sign in to comment.