Refactor and implement queueing messages
This commit is contained in:
@@ -131,7 +131,7 @@ class PersonaForm(RestrictedFormMixin, forms.ModelForm):
|
||||
class ManipulationForm(RestrictedFormMixin, forms.ModelForm):
|
||||
class Meta:
|
||||
model = Manipulation
|
||||
fields = ("name", "group", "ai", "persona", "enabled", "send_enabled")
|
||||
fields = ("name", "group", "ai", "persona", "enabled", "mode")
|
||||
help_texts = {
|
||||
"name": "The name of this manipulation strategy.",
|
||||
"group": "The group involved in this manipulation strategy.",
|
||||
@@ -139,7 +139,7 @@ class ManipulationForm(RestrictedFormMixin, forms.ModelForm):
|
||||
"ai": "The AI associated with this manipulation.",
|
||||
"persona": "The persona used for this manipulation.",
|
||||
"enabled": "Whether this manipulation is enabled.",
|
||||
"send_enabled": "Whether this manipulation sends replies.",
|
||||
"mode": "Mode of operation.",
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user