@cognigy/rest-api-client
Version:
Cognigy REST-Client
38 lines • 1.96 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.generativeAIPrompts = void 0;
/** Prompts **/
const contextAwareUserQueryRephrasing_1 = require("./prompts/contextAwareUserQueryRephrasing");
const rephraseSentences_1 = require("./prompts/rephraseSentences");
const flowGeneration_1 = require("./prompts/flowGeneration");
const intentSentenceGeneration_1 = require("./prompts/intentSentenceGeneration");
const lexiconGeneration_1 = require("./prompts/lexiconGeneration");
const generateNodeOutput_1 = require("./prompts/generateNodeOutput");
exports.generativeAIPrompts = {
"default": {
answerExtraction: {
contextAwareUserQueryRephrasing: contextAwareUserQueryRephrasing_1.contextAwareUserQueryRephrasingChatPrompt
},
aiEnhancedOutputs: {
multipleSentences: rephraseSentences_1.rephraseMultipleSentencesPrompt,
singleSentence: rephraseSentences_1.rephraseSingleSentencePrompt,
question: rephraseSentences_1.rephraseQuestionPrompt,
questionReprompt: rephraseSentences_1.rephraseQuestionRepromptPrompt
},
intentSentenceGeneration: intentSentenceGeneration_1.intentSentenceGenerationPrompt,
generateNodeOutput: {
text: generateNodeOutput_1.generateNodeOutputTextPrompt,
adaptiveCard: generateNodeOutput_1.generateNodeOutputCreateAdaptiveCardPrompt,
editAdaptiveCard: generateNodeOutput_1.generateNodeOutputModifyAdaptiveCardPrompt,
},
lexiconGeneration: lexiconGeneration_1.lexiconGenerationPrompt,
flowGeneration: {
description: flowGeneration_1.flowGenerationWithDescriptionPrompt,
transcript: flowGeneration_1.flowGenerationWithTranscriptPrompt
}
},
"claude-sonnet-4-6": {
lexiconGeneration: lexiconGeneration_1.strictLexiconGenerationPrompt,
}
};
//# sourceMappingURL=generativeAIPrompts.js.map