6 lines
192 B
JavaScript
6 lines
192 B
JavaScript
|
"use strict";
|
||
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
exports.SUFFIX = exports.PREFIX = void 0;
|
||
|
exports.PREFIX = `You are a helpful AI assistant.`;
|
||
|
exports.SUFFIX = ``;
|