Skip to content

Commit

Permalink
add missing prompts key
Browse files Browse the repository at this point in the history
  • Loading branch information
lena-larionova authored and fabianrbz committed Aug 7, 2024
1 parent f53b67a commit 4b8dc94
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 30 deletions.
21 changes: 11 additions & 10 deletions examples/ai-prompt-decorator/_3.6.x.yaml
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."
21 changes: 11 additions & 10 deletions examples/ai-prompt-decorator/_3.7.x.yaml
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."
21 changes: 11 additions & 10 deletions examples/ai-prompt-decorator/_3.8.x.yaml
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."

0 comments on commit 4b8dc94

Please sign in to comment.