venkateshdasari021's picture
Upload 17 files
f016beb verified
from langchain_experimental.tools.python.tool import PythonREPLTool
python_tool = PythonREPLTool(
description="Executes Python code and returns the result."
)