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/README.md

248 B

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.