@heylemon/lemonade 0.2.5 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -54,7 +54,12 @@ function buildUserIdentitySection(ownerLine, isMinimal) {
|
|
|
54
54
|
function buildTimeSection(params) {
|
|
55
55
|
if (!params.userTimezone)
|
|
56
56
|
return [];
|
|
57
|
-
return [
|
|
57
|
+
return [
|
|
58
|
+
"## Current Date & Time",
|
|
59
|
+
`Time zone: ${params.userTimezone}`,
|
|
60
|
+
`When the user mentions a time (e.g. "8pm", "tomorrow at 3") always interpret it in their timezone (${params.userTimezone}) and pass the correct absolute time to any tool or API (calendar events, reminders, alarms, etc.).`,
|
|
61
|
+
"",
|
|
62
|
+
];
|
|
58
63
|
}
|
|
59
64
|
function buildReplyTagsSection(isMinimal) {
|
|
60
65
|
if (isMinimal)
|
package/dist/build-info.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
6a2102ad373b5c2a8630cff043867bfb4dea9f4c9d5e6b87ac2817e328058b0f
|