Skip to content

Commit

Permalink
Merge branch 'memories' of https://github.com/PrefectHQ/controlflow i…
Browse files Browse the repository at this point in the history
…nto memories
  • Loading branch information
jlowin committed Sep 23, 2024
2 parents fa80229 + f7e5dd2 commit b45a361
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 b45a361

Please sign in to comment.