added day to the date and time
Browse files
README.md
CHANGED
|
@@ -86,7 +86,7 @@ Extract actionable information from the provided dialog and metadata, generating
|
|
| 86 |
ONLY REPLY WITH THE XML AFTER YOU END THINK.
|
| 87 |
|
| 88 |
Dialog: "{conversations}"
|
| 89 |
-
CurrentDateTime: "{
|
| 90 |
InformationRankings: "{information_rankings}"
|
| 91 |
<think>
|
| 92 |
```
|
|
|
|
| 86 |
ONLY REPLY WITH THE XML AFTER YOU END THINK.
|
| 87 |
|
| 88 |
Dialog: "{conversations}"
|
| 89 |
+
CurrentDateTime: "{date_and_time_and_day}"
|
| 90 |
InformationRankings: "{information_rankings}"
|
| 91 |
<think>
|
| 92 |
```
|