@n8n/n8n-nodes-langchain
Version:

7 lines • 379 B
JavaScript
;
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