You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FEATURE: Allow specific groups access to summary feature on PMs (#760)
New `ai_pm_summarization_allowed_groups` can be used to allow
visibility of the summarization feature on PMs.
This can be useful on forums where a lot of communication happens
inside PMs.
Copy file name to clipboardExpand all lines: config/locales/server.en.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,7 @@ en:
80
80
ai_summarization_enabled: "Enable the topic summarization module."
81
81
ai_summarization_model: "Model to use for summarization."
82
82
ai_custom_summarization_allowed_groups: "Groups allowed to use create new summaries."
83
+
ai_pm_summarization_allowed_groups: "Groups allowed to create and view summaries in PMs."
83
84
84
85
ai_bot_enabled: "Enable the AI Bot module."
85
86
ai_bot_enable_chat_warning: "Display a warning when PM chat is initiated. Can be overriden by editing the translation string: discourse_ai.ai_bot.pm_warning"
0 commit comments