From 32feb7b1a4ef2ec2f07acec00a66cb93fb40b031 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 14 Jul 2024 23:14:57 +0300 Subject: [PATCH] Add macro help for reverse --- 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 8d2e4ebdd..c11a8b5a1 100644 --- a/public/scripts/templates/macros.html +++ b/public/scripts/templates/macros.html @@ -28,6 +28,7 @@
  • {{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.
  • +
  • {{reverse:(content)}}reverses the content of the macro.
  • {{// (note)}}you can leave a note here, and the macro will be replaced with blank content. Not visible for the AI.
  • {{time}}the current time
  • {{date}}the current date