Files
langchain/langchain/utilities/__init__.py
coyotespike b7bef36ee1 BashChain (#260)
Love the project, a ton of fun!

I think the PR is pretty self-explanatory, happy to make any changes! I
am working on using it in an `LLMBashChain` and may update as that
progresses.

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
2022-12-06 21:57:50 -08:00

7 lines
84 B
Python

from langchain.utilities.bash import BashProcess
__all__ = [
'BashProcess',
]