docs/config/templates.md
The following diagram illustrates where each template is shown within a single episode of solving one task instance.
One of three templates can be shown per turn:
next_step_template): Displayed if the model's action successfully runs. The output and a prompt for the next action is shownnext_step_no_output_template): Displayed if the model's action successfully runs, but does not produce any standard output (e.g. rm, cd)format_error_template): Displayed if the model's response is malformed. Over the next two turns...
!!! tip "All options" See the template reference for all options.
{% include-markdown "../_footer.md" %}