{% extends 'bootstrap_base.html' %} {% block header %}

Stage I: Planning

The Large Language Model (LLM) assistant will first generate a draft plan. In this study, you are not allowed to edit the plan.

{% endblock %} {% block content %}

Task Description:

{{ tp_query | safe}}

Plan Design

The running example below will show you how the plan looks like:

Plan:

{% if tp_plan|length == 0 %}

None

{% elif tp_plan|length > 0 %}
{% endif %}
{% endblock %}