UNPKG

@n8n/n8n-nodes-langchain

Version:
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