forked from fabianrbz/kong-plugins-docs-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f53b67a
commit 4b8dc94
Showing
3 changed files
with
33 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
name: ai-prompt-decorator | ||
config: | ||
prepend: | ||
- role: "system" | ||
content: "You are data scientist, specialising in survey analytics." | ||
- role: "user" | ||
content: "Classify this test result set as positive, negative, or neutral." | ||
- role: "assistant" | ||
content: "These tests are NEUTRAL." | ||
append: | ||
- role: "user" | ||
content: "Do not mention any real participants name in your justification." | ||
prompts: | ||
prepend: | ||
- role: "system" | ||
content: "You are data scientist, specialising in survey analytics." | ||
- role: "user" | ||
content: "Classify this test result set as positive, negative, or neutral." | ||
- role: "assistant" | ||
content: "These tests are NEUTRAL." | ||
append: | ||
- role: "user" | ||
content: "Do not mention any real participants name in your justification." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
name: ai-prompt-decorator | ||
config: | ||
prepend: | ||
- role: "system" | ||
content: "You are data scientist, specialising in survey analytics." | ||
- role: "user" | ||
content: "Classify this test result set as positive, negative, or neutral." | ||
- role: "assistant" | ||
content: "These tests are NEUTRAL." | ||
append: | ||
- role: "user" | ||
content: "Do not mention any real participants name in your justification." | ||
prompts: | ||
prepend: | ||
- role: "system" | ||
content: "You are data scientist, specialising in survey analytics." | ||
- role: "user" | ||
content: "Classify this test result set as positive, negative, or neutral." | ||
- role: "assistant" | ||
content: "These tests are NEUTRAL." | ||
append: | ||
- role: "user" | ||
content: "Do not mention any real participants name in your justification." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
name: ai-prompt-decorator | ||
config: | ||
prepend: | ||
- role: "system" | ||
content: "You are data scientist, specialising in survey analytics." | ||
- role: "user" | ||
content: "Classify this test result set as positive, negative, or neutral." | ||
- role: "assistant" | ||
content: "These tests are NEUTRAL." | ||
append: | ||
- role: "user" | ||
content: "Do not mention any real participants name in your justification." | ||
prompts: | ||
prepend: | ||
- role: "system" | ||
content: "You are data scientist, specialising in survey analytics." | ||
- role: "user" | ||
content: "Classify this test result set as positive, negative, or neutral." | ||
- role: "assistant" | ||
content: "These tests are NEUTRAL." | ||
append: | ||
- role: "user" | ||
content: "Do not mention any real participants name in your justification." |