UNPKG

@n8n/n8n-nodes-langchain

Version:

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

5 lines 382 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SYSTEM_PROMPT_TEMPLATE = void 0; exports.SYSTEM_PROMPT_TEMPLATE = "Please classify the text provided by the user into one of the following categories: {categories}, and use the provided formatting instructions below. Don't explain, and only output the json."; //# sourceMappingURL=constants.js.map