from langchain_experimental.tools.python.tool import PythonREPLTool | |
python_tool = PythonREPLTool( | |
description="Executes Python code and returns the result." | |
) | |
from langchain_experimental.tools.python.tool import PythonREPLTool | |
python_tool = PythonREPLTool( | |
description="Executes Python code and returns the result." | |
) | |