Add new line to refine prompt tmpl (#3197)

Adding a new line to fix issue #3117
fix_agent_callbacks
Kazon Wilson 1 year ago committed by GitHub
parent 96809b5794
commit a66cab8b71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save