Pretty sure it needs the changes in SillyTavern's Parser Followup 2 PR
Make sure replies end on a list of five story suggestions, each of them in <suggestion>...</suggestion>
. Use {{getvar::suggestions_1}}
numbered 1-5 for instructions.
I will end my response with five distinct single-sentence suggestions for the next story beat, each suggestion surrounded by `<suggestion>...</suggestion>` tags:
- {{getvar::suggestions_1}}
- {{getvar::suggestions_2}}
...
Have an instruction to use <user-context>...</user-context>
as guidance for the narration somewhere if you want to use that.
Have a WI entry in an active book with key JB Config
with the following content. This will be used to quickly configure the suggestions and user context via Codex. A QR button to open that page in Codex relies on that key.
### User Context [Edit;fa-edit;](#/button/qr/Suggestions/EditUserContext)
{{getvar::suggestions_userContext}}
---
### Suggestions
1. [Edit;fa-edit;](#/button/qr/Suggestions/EditSuggestion/idx=1)
{{getvar::suggestions_1}}
1. [Edit;fa-edit;](#/button/qr/Suggestions/EditSuggestion/idx=2)
{{getvar::suggestions_2}}
1. [Edit;fa-edit;](#/button/qr/Suggestions/EditSuggestion/idx=3)
{{getvar::suggestions_3}}
1. [Edit;fa-edit;](#/button/qr/Suggestions/EditSuggestion/idx=4)
{{getvar::suggestions_4}}
1. [Edit;fa-edit;](#/button/qr/Suggestions/EditSuggestion/idx=5)
{{getvar::suggestions_5}}
Apply the four regex in order.
Import the CSS Snippet to style the suggestions.
Import and activate the QR Set to configure stuff and attach the event listeners (look through each QR and adjust as you feel).
Only now open the chat you want to use this on.
- Click on the suggestion text to directly send that suggestion and trigger the next gen.
- Click on the pencil button next to the suggestion text to put the suggestion into the chat input. Edit the text and send as a regular chat response.
- Use the lightbulb button to generate a new set of suggestions if you're unhappy with the ones included in the message. The new suggestions can be swiped until satisfied.
- Use the right-arrows to generate connecting prose between the last two AI messages. The suggested text can be swiped until satisfied, then use the up-arrows to accept (hides the user message and moves the connecting text up between the messages it connects).
- Use the wrench button to open the config page in Codex.