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
Copy file name to clipboardExpand all lines: _modules/plurals/deliberation.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -473,18 +473,18 @@ <h1>Source code for plurals.deliberation</h1><div class="highlight"><pre>
473
473
<spanclass="sd"> Set the task description for Moderators.</span>
474
474
475
475
<spanclass="sd"> Logic:</span>
476
-
<spanclass="sd"> - Case 1: Task provided to both Structure and moderator--use moderator's task description but throw a warning to user.</span>
476
+
<spanclass="sd"> - Case 1: Different task provided to both Structure and moderator--use moderator's task description but throw a warning to user. But supress warning if system instructions are 'auto'.</span>
477
477
<spanclass="sd"> - Case 2: Value provided to neither moderator nor structure: Raise an error.</span>
478
478
<spanclass="sd"> - Case 3: Value provided to Structure but not moderator--set moderator's task description to be Structure's</span>
479
479
<spanclass="sd"> task description.</span>
480
480
<spanclass="sd"> - Case 4: Value provided to moderator but not Structure. Use Moderator's task description.</span>
<spanclass="sa">f</span><spanclass="s2">"You provided a task to both the Structure and a Moderator. Using the Moderator's task description:'''</span><spanclass="se">\n\n</span><spanclass="si">{</span><spanclass="bp">self</span><spanclass="o">.</span><spanclass="n">moderator</span><spanclass="o">.</span><spanclass="n">task</span><spanclass="si">}</span><spanclass="s2">'''</span><spanclass="se">\n\n</span><spanclass="s2">Ensure this is what you want to happen."</span><spanclass="p">)</span>
487
+
<spanclass="sa">f</span><spanclass="s2">"You provided a different task to both the Structure and a Moderator. Using the Moderator's task description:'''</span><spanclass="se">\n\n</span><spanclass="si">{</span><spanclass="bp">self</span><spanclass="o">.</span><spanclass="n">moderator</span><spanclass="o">.</span><spanclass="n">task</span><spanclass="si">}</span><spanclass="s2">'''</span><spanclass="se">\n\n</span><spanclass="s2">Ensure this is what you want to happen."</span><spanclass="p">)</span>
488
488
489
489
<spanclass="k">else</span><spanclass="p">:</span>
490
490
<spanclass="c1"># Case 3: Value provided to Structure but not moderator</span>
0 commit comments