[feat] trigger runner2

This commit is contained in:
kwaroran
2023-07-28 05:53:12 +09:00
parent 0e9f3cbce0
commit 7b768d3e73
7 changed files with 186 additions and 70 deletions

View File

@@ -359,10 +359,11 @@ export const languageEnglish = {
changeFolderColor: "Change Folder Color",
fullWordMatching: "Full Word Matching",
botSettingAtStart: "Bot Menu when Launch",
triggerStart: "On start of a chat",
triggerStart: "On chat Send",
triggerInput: "On user's output",
triggerOutput: "On character's output",
triggerManual: "Manual Trigger Only",
triggerCondVar: "If Variable is",
triggerManual: "Manual trigger only",
triggerCondVar: "If Variable",
triggerCondExists: "If Text Exists on Chat",
triggerScript: "Trigger Script",
triggerMatchRegex: "Match with Regex",
@@ -376,7 +377,7 @@ export const languageEnglish = {
greaterEqual: "Greater or Equal to",
lessEqual: "Less or Equal to",
triggerEffSysPrompt: 'Add System Prompt',
triggerEffSetVar: 'Set Variable',
triggerEffSetVar: 'Modify Variable',
triggerEffImperson: 'Send Chat',
varableName: "Variable Name",
role: "Role",
@@ -386,5 +387,14 @@ export const languageEnglish = {
historyend: "End of History",
always: "Always",
noEffect: "No Effect",
invaildTriggerEffect: "This effect doesn't works for this trigger type.",
operator: "Operator",
TriggerSetToVar: "Set to Variable",
TriggerAddToVar: "Add to Variable",
TriggerSubToVar: "Subtract from Variable",
TriggerMulToVar: "Multiply to Variable",
TriggerDivToVar: "Divide from Variable",
isNull: "is not set",
ifChatIndex: "If chat index",
ifRandom: "If random",
}