feat(tavily): extract updates #4107
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request focuses on a comprehensive renaming and documentation update for the Tavily extractor tool across English, Korean, and Portuguese documentation and the Python codebase. The main goal is to standardize the tool's name from
TavilyExtractorTooltoTavilyExtractTool, clarify configuration options, and improve documentation accuracy and usability for multiple languages.Key changes include:
Tool Renaming and Code Updates
TavilyExtractorTooltoTavilyExtractToolin Python imports and exports withincrewai_toolsmodules, ensuring consistent usage throughout the codebase. [1] [2] [3]English Documentation Enhancements
TavilyExtractToolinstead ofTavilyExtractorTool, including code examples and navigation cards. [1] [2] [3] [4] [5]query,format,chunks_per_source, andextra_kwargs.Korean Documentation Updates
Portuguese Documentation Updates
These changes ensure that the tool's naming, usage instructions, and configuration are clear, accurate, and consistent across all supported languages and in the codebase.
Note
Renames
TavilyExtractorTooltoTavilyExtractTool, adds new extraction parameters, and updates docs (EN/KO/PT) and tool specs/exports accordingly.crewai_tools):TavilyExtractorTool->TavilyExtractToolin imports/exports (crewai_tools/__init__.py,tools/__init__.py).tools/tavily_extractor_tool/tavily_extractor_tool.py):TavilyExtractTool/TavilyExtractToolSchema.extract_depth(override),query.format,include_favicon,include_usage,chunks_per_source,extra_kwargs.extract()calls; update install prompts.tool.specs.json): update humanized/name/schema titles fromTavilyExtractorTooltoTavilyExtractTool.tavily_extractor_tool/to new name and argument notes (incl.extra_kwargs).TavilyExtractTool, add clarified config sections (agent-settable vs init), new options (e.g.,query,format,chunks_per_source,extra_kwargs), and updated Tavily API links.tavilyextracttool.mdxwith updated examples/config; update API links.Written by Cursor Bugbot for commit 259ca3d. This will update automatically on new commits. Configure here.