Refactor message injection options in promptBuilder and trackerEditor

This commit is contained in:
tomt610
2026-01-09 20:24:07 +00:00
parent 94f562f1bb
commit b43cca5b6f
2 changed files with 1 additions and 4 deletions
+1 -2
View File
@@ -1188,8 +1188,7 @@ export async function generateSeparateUpdatePrompt() {
continue;
}
}
// For assistant_message_end, extra_user_message, extra_assistant_message:
// Inject into the assistant message itself
// For assistant_message_end: inject into the assistant message itself
// Append to existing or create new entry
if (contextInjectionMap.has(targetIdx)) {