{% extends 'bootstrap_base.html' %} {% from 'bootstrap5/form.html' import render_field %} {% block header %}
After you click button 'start'. The execution process will be presented in a conversation. We provide one screenshot of our conversational interface below to show you the options:
The plan will be executed step-by-step
with transforming each primary step into one action.
However, the LLM assistants may also make errors. The potential cases for action prediction are:
Correct Action Prediction
: The predicted action from LLM assistant is correct.
Wrong Action Selection
: The LLM Assistant select one action that does not align with current plan primary step.
Wrong Action Parameters
. The LLM Assistant selects the correct action but wrong parameters.
Special case
: When there is a warning message that 'LLM Assistant fail to predict one action'. This indicates that LLM Agent fails to provide a valid action to execute.