instructions: Optional[str] = Field(
default=None,
description='Natural language instructions for the mapper.\n\n The instructions parameter allows the mapper to intelligently navigate through a website using natural language.\n Take the users request to set the instructions parameter to guide the mapper 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 '
)