PrefectHQ / ControlFlow

🦾 Take control of your AI agents
https://controlflow.ai
Apache License 2.0
747 stars 53 forks source link

Add example of using a LangChain tool to the docs #222

Closed discdiver closed 1 month ago

discdiver commented 4 months ago

Enhancement Description

Would show a user how to add common pre-built tools. It took me a bit to get this to work.

Use Case

Say a user wants to get up-to-date information into their app. You can do this with the DuckDuckGoSearchRun tool.

Proposed Implementation

Create an example that shows how to use the `DuckDuckGoSearchRun` LangChain tool.
jlowin commented 1 month ago

I think this is done!