From 07fecacce2aa05523ea4a0b13ba0da4628e206f8 Mon Sep 17 00:00:00 2001
From: Cohee <18619528+Cohee1207@users.noreply.github.com>
Date: Tue, 12 Dec 2023 01:24:21 +0200
Subject: [PATCH] Add to macro help
---
public/scripts/templates/macros.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/public/scripts/templates/macros.html b/public/scripts/templates/macros.html
index 2eeb6537c..a3e0e83a0 100644
--- a/public/scripts/templates/macros.html
+++ b/public/scripts/templates/macros.html
@@ -17,6 +17,7 @@
{{char}} – the Character's name
{{lastMessage}} - the text of the latest chat message.
{{lastMessageId}} – index # of the latest chat message. Useful for slash command batching.
+ {{firstIncludedMessageId}} - the ID of the first message included in the context. Requires generation to be ran at least once in the current session.
{{currentSwipeId}} – the 1-based ID of the current swipe in the last chat message. Empty string if the last message is user or prompt-hidden.
{{lastSwipeId}} – the number of swipes in the last chat message. Empty string if the last message is user or prompt-hidden.
{{// (note)}} – you can leave a note here, and the macro will be replaced with blank content. Not visible for the AI.