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

Tutorial: Execution

In the execution stage, the plan will be used to instruct large language models to choose actions to execute. In each step, you will see the assistant predicted action. After finishing the whole plan, you can continue to next task.

{% endblock %} {% block content %}

Chat Interface:

Let's check the execution interface with chat.

{% endblock %}