UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

12 lines 769 B
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>`; export const intentSentenceGenerationPrompt = [ { role: "system", content: intentSentenceGenerationPromptString, }, { role: "user", content: "Let's start." } ]; //# sourceMappingURL=intentSentenceGeneration.js.map