runtime error

Exit code: 1. Reason: �───────────────────────────────────────────────── # Visit the Weather.com page for Tokyo and get the current temperature in Celsius url = "https://weather.com/weather/today/l/JPXX0085:1:JP" whole_page = visit_webpage(url) print("Whole page content:", whole_page) ────────────────────────────────────────────────────────────────────────────── Code execution failed at line 'whole_page = visit_webpage(url)' due to: InterpreterError: Forbidden function evaluation: 'visit_webpage' is not among the explicitly allowed tools or defined/imported in the preceding code [Step 6: Duration 1.61 seconds| Input tokens: 27,755 | Output tokens: 681] Traceback (most recent call last): File "/home/user/app/app.py", line 72, in <module> result = agent.run("Generate an image of a sunrise over mountains, then tell me the current time, and weather in Fahrenheit in Tokyo.") File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 332, in run return deque(self._run(task=self.task, max_steps=max_steps, images=images), maxlen=1)[0].final_answer File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 367, in _run final_answer = self._handle_max_steps_reached(task, images, step_start_time) File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 398, in _handle_max_steps_reached final_answer = self.provide_final_answer(task, images) File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 548, in provide_final_answer "text": self.prompt_templates["final_answer"]["pre_messages"], KeyError: 'final_answer'

Container logs:

Fetching error logs...