Move PythonRepl -> langchain.utilities (#2917)

This commit is contained in:
dev2049
2023-04-15 10:50:25 -07:00
committed by GitHub
parent 7c73e9df5d
commit 36aa7f30e4
7 changed files with 34 additions and 31 deletions

View File

@@ -3,8 +3,8 @@ import sys
import pytest
from langchain.python import PythonREPL
from langchain.tools.python.tool import PythonAstREPLTool, PythonREPLTool
from langchain.utilities import PythonREPL
_SAMPLE_CODE = """
```