@cognigy/rest-api-client
Version:
Cognigy REST-Client
12 lines • 769 B
JavaScript
const intentSentenceGenerationPromptString = `For NLU model intent '@@name'<description> with the description '@@description'</description>. Create @ varied sentences other than the given examples<language> in @</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: @.\n</default-reply><example-sentences>Examples: @ \n</example-sentences>`;
export const intentSentenceGenerationPrompt = [
{
role: "system",
content: intentSentenceGenerationPromptString,
},
{
role: "user",
content: "Let's start."
}
];
//# sourceMappingURL=intentSentenceGeneration.js.map