exclude_domains: Optional[List[str]] = Field(
default=None,
description='Regex patterns to exclude URLs from specific domains or subdomains.\n\n Use when the user explicitly asks to exclude a specific domain or subdomain from a website.\n\n ex. "Crawl tavily.com but exclude the docs.tavily.com subdomain from the crawl" ---> ["^docs\\.tavily\\.com$"]\n '
)