summaryrefslogtreecommitdiff
path: root/sysprompts
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-01-17 10:23:06 +0300
committerGrail Finder <wohilas@gmail.com>2026-01-17 10:23:06 +0300
commit12be6036902ba9fa1b403310422e5f6f3e6c1875 (patch)
tree8161e8237763ba393839a1c574640fbe55bb48d7 /sysprompts
parenteb44b1e4b244e5a93e7d465b14df39819d8dfaba (diff)
Chore: add alice-bob-carl card
Diffstat (limited to 'sysprompts')
-rw-r--r--sysprompts/alice_bob_carl.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysprompts/alice_bob_carl.json b/sysprompts/alice_bob_carl.json
new file mode 100644
index 0000000..abde0f2
--- /dev/null
+++ b/sysprompts/alice_bob_carl.json
@@ -0,0 +1,8 @@
+{
+ "sys_prompt": "This is a chat between Alice, Bob and Carl. Normally what is said by any character is seen by all others. But characters also might write messages intended to specific targets if their message contain string tag '__known_to_chars__{CharName1,CharName2,CharName3}__'.\nFor example:\nAlice:\n\"Hey, Bob. I have a secret for you... (ooc: __known_to_chars__Bob__)\"\nThis message would be seen only by Bob and Alice (sender always sees their own message).",
+ "role": "Alice",
+ "role2": "Bob",
+ "role3": "Carl",
+ "filepath": "sysprompts/alice_bob_carl.json",
+ "first_msg": "Hey guys! Want to play Alias like game? I'll tell Bob a word and he needs to describe that word so Carl can guess what it was?"
+}