docs: add tavily advanced search parameters#730
Open
Himanshu040604 wants to merge 5 commits into
Open
Conversation
Documents the 11 new TavilyTools constructor params from agno-agi/agno#8896.
Generated with scripts/examples_sync/generate.py from cookbook/91_tools/tavily_tools_advanced.py.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Documents the advanced search parameters added to
TavilyToolsin agno-agi/agno#8896:tools/toolkits/search/tavily.mdx: widens thesearch_depthtype toLiteral['basic', 'advanced', 'fast', 'ultra-fast']and adds rows for the 11 new constructor params (topic,time_range,start_date,end_date,days,include_domains,exclude_domains,country,auto_parameters,chunks_per_source,search_params), in constructor order.examples/tools/tavily-tools-advanced.mdx: new example page generated withscripts/examples_sync/generate.pyfrom the PR'scookbook/91_tools/tavily_tools_advanced.py.docs.json: nav entry for the new example page.Note: should merge after the SDK PR lands — the example page's cookbook source link resolves once it does.
Type of Change
Related Issues/PRs (if applicable)
Checklist