from crewai_tools import BrowserbaseLoadTool
# Initialize the tool with the Browserbase API key and Project ID
tool = BrowserbaseLoadTool()
Im getting this error when I run the cell, if have the apikey and the project id in my environment. I tried using the simple code from the documentation but still I'm getting the same error.
Please help me resolve it

Im getting this error when I run the cell, if have the apikey and the project id in my environment. I tried using the simple code from the documentation but still I'm getting the same error.
Please help me resolve it