From 873b5c6b9544f70a9dda47c4bf74623783a22d49 Mon Sep 17 00:00:00 2001 From: sanjibani <18418553+sanjibani@users.noreply.github.com> Date: Sat, 20 Jun 2026 08:44:58 +0530 Subject: [PATCH] fix(docs): correct broken Tavily Python SDK link in tavily_extractor_tool Tavily restructured their docs root; the canonical landing page is `docs.tavily.com` which redirects to `/welcome`. Dropped the stale `#extract` fragment. --- .../src/crewai_tools/tools/tavily_extractor_tool/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/crewai-tools/src/crewai_tools/tools/tavily_extractor_tool/README.md b/lib/crewai-tools/src/crewai_tools/tools/tavily_extractor_tool/README.md index 64e85c92d7..b8ec9963e7 100644 --- a/lib/crewai-tools/src/crewai_tools/tools/tavily_extractor_tool/README.md +++ b/lib/crewai-tools/src/crewai_tools/tools/tavily_extractor_tool/README.md @@ -96,4 +96,4 @@ When running the tool (`_run` or `_arun` methods, or via agent execution), it us ## Response Format -The tool returns a JSON string representing the structured data extracted from the provided URL(s). The exact structure depends on the content of the pages and the `extract_depth` used. Refer to the [Tavily API documentation](https://docs.tavily.com/docs/tavily-api/python-sdk#extract) for details on the response structure. +The tool returns a JSON string representing the structured data extracted from the provided URL(s). The exact structure depends on the content of the pages and the `extract_depth` used. Refer to the [Tavily API documentation](https://docs.tavily.com) for details on the response structure.