mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-25 13:07:58 +00:00
option for csv agent to not include df in prompt (#4610)
This commit is contained in:
@@ -54,7 +54,7 @@ def test_python_repl_no_previous_variables() -> None:
|
||||
foo = 3 # noqa: F841
|
||||
repl = PythonREPL()
|
||||
output = repl.run("print(foo)")
|
||||
assert output == "name 'foo' is not defined"
|
||||
assert output == """NameError("name 'foo' is not defined")"""
|
||||
|
||||
|
||||
def test_python_repl_pass_in_locals() -> None:
|
||||
|
Reference in New Issue
Block a user