UNPKG

@n8n/n8n-nodes-langchain

Version:

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

20 lines (18 loc) 532 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NAIVE_FIX_PROMPT = void 0; exports.NAIVE_FIX_PROMPT = `Instructions: -------------- {instructions} -------------- Completion: -------------- {completion} -------------- Above, the Completion did not satisfy the constraints given in the Instructions. Error: -------------- {error} -------------- Please try again. Please only respond with an answer that satisfies the constraints laid out in the Instructions:`; //# sourceMappingURL=prompt.js.map