mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
#2308 Preserve itemized prompts for branches and checkpoints
This commit is contained in:
@ -7828,6 +7828,7 @@ function swipe_left() { // when we swipe left..but no generation.
|
||||
*/
|
||||
async function branchChat(mesId) {
|
||||
const fileName = await createBranch(mesId);
|
||||
await saveItemizedPrompts(fileName);
|
||||
|
||||
if (selected_group) {
|
||||
await openGroupChat(selected_group, fileName);
|
||||
|
Reference in New Issue
Block a user