You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain-hub/chains/llm-bash
Rahul Behal ec48310da4
Add READMEs for 5 utility chains (#27)
1 year ago
..
README.md Add READMEs for 5 utility chains (#27) 1 year ago
chain.json many chains (#8) 1 year ago

README.md

BashChain

Description

The LLMBashChain takes in a task to perform and generates a series of bash commands that will perform the task.

Chain type

LLMBashChain

Input Variables

question: a question about how to perform a task in bash.