UNPKG

@n8n/n8n-nodes-langchain

Version:

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

7 lines 379 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SYSTEM_PROMPT_TEMPLATE = void 0; exports.SYSTEM_PROMPT_TEMPLATE = `You are an expert extraction algorithm. Only extract relevant information from the text. If you do not know the value of an attribute asked to extract, you may omit the attribute's value.`; //# sourceMappingURL=constants.js.map