Skip to content

Commit

Permalink
Merge branch 'main' into memories
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowin authored Sep 23, 2024
2 parents a5c3f47 + 61e756e commit f7e5dd2
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 f7e5dd2

Please sign in to comment.