From 12be6036902ba9fa1b403310422e5f6f3e6c1875 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sat, 17 Jan 2026 10:23:06 +0300 Subject: Chore: add alice-bob-carl card --- sysprompts/alice_bob_carl.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sysprompts/alice_bob_carl.json (limited to 'sysprompts') 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?" +} -- cgit v1.2.3