fix some prompts missing current date (#2122)
This commit is contained in:
@@ -15,4 +15,9 @@ User Details:
|
||||
|
||||
Actions Taken In Each Step:
|
||||
{% for step in steps %}Step {{ step.order }} -- {{ step.actions_result }}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
||||
Current datetime, ISO format:
|
||||
```
|
||||
{{ local_datetime }}
|
||||
```
|
||||
Reference in New Issue
Block a user