{% extends 'bootstrap_base.html' %} {% from 'bootstrap5/form.html' import render_field %} {% block header %}

Tutorial: Planning

Given the task, the assistant (based on large language models) generate a step-wise plan to execute. Please check the plan and make necessary edits. You are asked to propose a step-wise plan to execute in the next stage.


Please notice that, all the primary steps (like 1. 2.,)will be transformed to one action in the execution stage. The intermediate steps are providing details of the execution (e.g., bank card).


All potential actions can be viewed with the button under task description. Please double check your plan with all potential actions before moving forward.

{% endblock %} {% block content %}

Task Description:

{{ tp_query | safe}}

Plan:

{% if tp_plan|length == 0 %}

None

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