instructions: Optional[str] = Field(
default=None,
description='Natural language instructions for the crawler.\n\n The instructions parameter allows the crawler to intelligently navigate through a website using natural language.\n Take the users request to set the instructions parameter to guide the crawler in the direction of the users request.\n \n ex. "I want to find all the Javascript SDK documentation from Tavily" ---> instructions = "Javascript SDK documentation"\n '
)