Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/tools/third-party/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ ADK provides the `LangchainTool` wrapper to integrate tools from the LangChain e
Here's the full code combining the steps above to create and run an agent using the LangChain Tavily search tool.

```py
--8<-- "examples/python/snippets/tools/third-party/langchain_tavily_search.py"
--8<-- "adk-docs/examples/python/snippets/tools/third-party
/langchain_tavily_search.py"
```

## 2. Using CrewAI tools

ADK provides the `CrewaiTool` wrapper to integrate tools from the CrewAI library.
Expand Down
Loading