@cognigy/rest-api-client
Version:
Cognigy REST-Client
15 lines • 890 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.intentSentenceGenerationPrompt = void 0;
const intentSentenceGenerationPromptString = `For NLU model intent '@@name'<description> with the description '@@description'</description>. Create @@noOfSentencesToGenerate varied sentences other than the given examples<language> in @@language</language>. Return nothing but a JSON array of strings.\n<default-reply>Also, consider framing the sentences like a user question that a human would answer: @@defaultReply.\n</default-reply><example-sentences>Examples: @@exampleSentences \n</example-sentences>`;
exports.intentSentenceGenerationPrompt = [
{
role: "system",
content: intentSentenceGenerationPromptString,
},
{
role: "user",
content: "Let's start."
}
];
//# sourceMappingURL=intentSentenceGeneration.js.map