UNPKG

@n8n/n8n-nodes-langchain

Version:

![Banner image](https://user-images.githubusercontent.com/10284570/173569848-c624317f-42b1-45a6-ab09-f0ea3c247648.png)

23 lines (17 loc) 715 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_PROMPT_TEMPLATE = exports.REFINE_PROMPT_TEMPLATE = void 0; exports.REFINE_PROMPT_TEMPLATE = `Your job is to produce a final summary We have provided an existing summary up to a certain point: "{existing_answer}" We have the opportunity to refine the existing summary (only if needed) with some more context below. ------------ "{text}" ------------ Given the new context, refine the original summary If the context isn't useful, return the original summary. REFINED SUMMARY:`; exports.DEFAULT_PROMPT_TEMPLATE = `Write a concise summary of the following: "{text}" CONCISE SUMMARY:`; //# sourceMappingURL=prompt.js.map