File size: 164 Bytes
f016beb
 
 
 
 
1
2
3
4
5
6
from langchain_experimental.tools.python.tool import PythonREPLTool

python_tool = PythonREPLTool(
    description="Executes Python code and returns the result."
)