mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-21 23:17:48 +00:00
Add new line to refine prompt tmpl (#3197)
Adding a new line to fix issue #3117
This commit is contained in:
parent
96809b5794
commit
a66cab8b71
@ -9,7 +9,7 @@ REFINE_PROMPT_TMPL = (
|
|||||||
"------------\n"
|
"------------\n"
|
||||||
"{text}\n"
|
"{text}\n"
|
||||||
"------------\n"
|
"------------\n"
|
||||||
"Given the new context, refine the original summary"
|
"Given the new context, refine the original summary\n"
|
||||||
"If the context isn't useful, return the original summary."
|
"If the context isn't useful, return the original summary."
|
||||||
)
|
)
|
||||||
REFINE_PROMPT = PromptTemplate(
|
REFINE_PROMPT = PromptTemplate(
|
||||||
|
Loading…
Reference in New Issue
Block a user