#1020 Fix summarize + prompt manager. Clarify naming for insertion position.

This commit is contained in:
Cohee
2023-08-25 20:03:31 +03:00
parent 794abfcd6f
commit 12f1cdb3fd
4 changed files with 8 additions and 5 deletions

View File

@@ -373,6 +373,9 @@ const system_message_types = {
};
const extension_prompt_types = {
/**
* @deprecated Outdated term. In reality it's "after main prompt or story string"
*/
AFTER_SCENARIO: 0,
IN_CHAT: 1
};