agsamantha/node_modules/langchain/dist/agents/openai_functions/prompt.cjs

6 lines
192 B
JavaScript
Raw Normal View History

2024-10-02 15:15:21 -05:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SUFFIX = exports.PREFIX = void 0;
exports.PREFIX = `You are a helpful AI assistant.`;
exports.SUFFIX = ``;