'Regex patterns to select only URLs with specific path patterns.\n\n Use when the user explicitly asks for a specific path from a website.\n \n ex. "Only map the /api/v1 path" ---> ["/api/v1.*"] \n ex. "Only map the /documentation path" ---> ["/documentation/.*"]\n '