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