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

Stage I: Planning

The Large Language Model (LLM) assistant will first generate a draft plan. You are asked to check it and further edit the plan.

{% endblock %} {% block content %}

Task Description:

{{ tp_query | safe}}

Plan Design

How to improve plan

You can improve the generated draft plan with three actions:


Above information of planning will be available in the planning stage.
Walking through the running example below will help you understand how to improve the plan:

Plan:

{% if tp_plan|length == 0 %}

None

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

Instruction to improve this plan:

We provide detailed instruction to improve the above plan:


{% endblock %}