Update Tools.md (#283)

Added the link to LangChain built-in toolkits
This commit is contained in:
Selim Erhan
2024-02-28 07:22:51 -05:00
committed by GitHub
parent 0a025901c5
commit 4c09835abc

View File

@@ -199,7 +199,8 @@ agent = Agent(
## Using LangChain Tools
!!! info "LangChain Integration"
CrewAI seamlessly integrates with LangChains comprehensive toolkit for search-based queries and more:
CrewAI seamlessly integrates with LangChains comprehensive toolkit for search-based queries and more, here are the available built-in tools that are offered by Langchain [LangChain Toolkit](https://python.langchain.com/docs/integrations/tools/)
:
```python
from crewai import Agent