search_and_answer
Answer a question using web research. Optionally generates subqueries for comprehensive coverage, handles token limits, and synthesizes an answer with your chosen model.
Parameters
Example
search_dedup
Run multiple search queries in parallel and consolidate results. Deduplicates by URL and merges content chunks from the same source.
Parameters
Example
crawl_and_summarize
Crawl an entire website and summarize the content with your chosen model. Useful for documentation sites, knowledge bases, or product catalogs.
Parameters
Example
extract_and_summarize
Extract content from specific URLs and summarize with your model. Use when you already know which pages have the information.
Parameters
Example
social_media_search
Search specific social platforms for discussions and content.
Parameters
Example
Model Configuration
All tools that use an LLM accept aModelConfig. Use the "provider:model" format, and optionally specify fallback models:
- With
fallback_models: each model gets 1 attempt before moving to the next - Without
fallback_models: primary model gets 1 retry (2 attempts total)