Add current date to info extraction prompt (#617)
This commit is contained in:
@@ -74,7 +74,7 @@ Action results from previous steps: (note: even if the action history suggests g
|
||||
{{ action_history }}
|
||||
{% endif %}
|
||||
|
||||
Current datetime in UTC:
|
||||
Current datetime in UTC, YYYY-MM-DD HH:MM format:
|
||||
```
|
||||
{{ utc_datetime }}
|
||||
```
|
||||
@@ -74,7 +74,7 @@ Action results from previous steps: (note: even if the action history suggests g
|
||||
{{ action_history }}
|
||||
{% endif %}
|
||||
|
||||
Current datetime in UTC:
|
||||
Current datetime in UTC, YYYY-MM-DD HH:MM format:
|
||||
```
|
||||
{{ utc_datetime }}
|
||||
```
|
||||
|
||||
@@ -24,4 +24,9 @@ Current URL: {{ current_url }}
|
||||
|
||||
Text extracted from the webpage: {{ extracted_text }}
|
||||
|
||||
User Navigation Payload: {{ navigation_payload }}
|
||||
User Navigation Payload: {{ navigation_payload }}
|
||||
|
||||
Current datetime in UTC, YYYY-MM-DD HH:MM format:
|
||||
```
|
||||
{{ utc_datetime }}
|
||||
```
|
||||
Reference in New Issue
Block a user