Files
langchain/tests/unit_tests
Harrison Chase 93a091cfb8 Optionally return shell output on incorrect command (#894) (#899)
This allows the LLM to correct its previous command by looking at the
error message output to the shell.

Additionally, this uses subprocess.run because that is now recommended
over subprocess.check_output:

https://docs.python.org/3/library/subprocess.html#using-the-subprocess-module

Co-authored-by: Amos Ng <me@amos.ng>
2023-02-06 12:46:16 -08:00
..
2023-01-24 22:23:32 -08:00
2022-10-24 14:51:15 -07:00
2022-10-24 14:51:15 -07:00
2022-12-18 21:51:23 -05:00