From 4c09835abc9b13b7dd80702db6555d057d6df2d7 Mon Sep 17 00:00:00 2001 From: Selim Erhan <62727953+selimhanerhan@users.noreply.github.com> Date: Wed, 28 Feb 2024 07:22:51 -0500 Subject: [PATCH] Update Tools.md (#283) Added the link to LangChain built-in toolkits --- docs/core-concepts/Tools.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/core-concepts/Tools.md b/docs/core-concepts/Tools.md index 712c6fd99..8b7e8f2f1 100644 --- a/docs/core-concepts/Tools.md +++ b/docs/core-concepts/Tools.md @@ -199,7 +199,8 @@ agent = Agent( ## Using LangChain Tools !!! info "LangChain Integration" - CrewAI seamlessly integrates with LangChain’s comprehensive toolkit for search-based queries and more: + CrewAI seamlessly integrates with LangChain’s 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