mirror of
https://github.com/hwchase17/langchain
synced 2024-11-02 09:40:22 +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"
|
||||
"{text}\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."
|
||||
)
|
||||
REFINE_PROMPT = PromptTemplate(
|
||||
|
Loading…
Reference in New Issue
Block a user