feat&fix: enhance task status handling and update logging configuration
This commit is contained in:
@@ -41,6 +41,11 @@
|
||||
<i class="fas fa-question-circle"></i>
|
||||
<span class="tooltip-text">Maximum steps reached, task completed</span>
|
||||
</span>
|
||||
{% elif task_status.status == 'Done (Thought Exit)' %}
|
||||
<span class="tooltip">
|
||||
<i class="fas fa-question-circle"></i>
|
||||
<span class="tooltip-text">Task completed with a thought exit condition</span>
|
||||
</span>
|
||||
{% endif %}
|
||||
</dd>
|
||||
<dt>Current Step</dt>
|
||||
|
||||
Reference in New Issue
Block a user