@friendlyrobot/discord-pi-agent 0.5.5 → 0.5.7
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.
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1078,6 +1078,7 @@ function buildTimeContextPrompt(userMessage, options = {}) {
|
|
|
1078
1078
|
const now = options.now || new Date;
|
|
1079
1079
|
const localTime = new Intl.DateTimeFormat(locale, {
|
|
1080
1080
|
timeZone,
|
|
1081
|
+
weekday: "short",
|
|
1081
1082
|
day: "numeric",
|
|
1082
1083
|
month: "short",
|
|
1083
1084
|
year: "2-digit",
|