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