{% if collector.prompts|length %}
Description: {{ prompt.description }}
{% endif %} {% if prompt.arguments|length %}| Name | Required | Description |
|---|---|---|
{{ arg.name }} |
{% if arg.required %} Yes {% else %} No {% endif %} | {{ arg.description ?? '-' }} |
This prompt has no arguments.
No prompts were registered.