mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-20 13:54:48 +00:00
DOCS: fixed import error for BashOutputParser (#13680)
This commit is contained in:
parent
dc53523837
commit
bb18b0266e
@ -69,7 +69,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"from langchain.chains.llm_bash.prompt import BashOutputParser\n",
|
"from langchain_experimental.llm_bash.prompt import BashOutputParser\n",
|
||||||
"from langchain.prompts.prompt import PromptTemplate\n",
|
"from langchain.prompts.prompt import PromptTemplate\n",
|
||||||
"\n",
|
"\n",
|
||||||
"_PROMPT_TEMPLATE = \"\"\"If someone asks you to perform a task, your job is to come up with a series of bash commands that will perform the task. There is no need to put \"#!/bin/bash\" in your answer. Make sure to reason step by step, using this format:\n",
|
"_PROMPT_TEMPLATE = \"\"\"If someone asks you to perform a task, your job is to come up with a series of bash commands that will perform the task. There is no need to put \"#!/bin/bash\" in your answer. Make sure to reason step by step, using this format:\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user