diff --git a/src/smolagents/local_python_executor.py b/src/smolagents/local_python_executor.py index 4f7bb95..a3f5771 100644 --- a/src/smolagents/local_python_executor.py +++ b/src/smolagents/local_python_executor.py @@ -85,7 +85,7 @@ BASE_PYTHON_TOOLS = { "atan2": math.atan2, "degrees": math.degrees, "radians": math.radians, - "pow": math.pow, + "pow": pow, "sqrt": math.sqrt, "len": len, "sum": sum,