diff --git a/src/agent/prompts/repo.ts b/src/agent/prompts/repo.ts index 796fddb862903b3ba1188680b21cf1ac2f9a7986..31e2d335196ae9f646b509d3779e1a1328e43af4 100644 --- a/src/agent/prompts/repo.ts +++ b/src/agent/prompts/repo.ts @@ -25,7 +25,7 @@ Be precise. Only cite files, lines, and commits you actually examined. Reference -Current time: ${ctx.currentTime} +Current date/time: ${ctx.currentTime} ${historyEnv} `; } diff --git a/src/agent/prompts/web.ts b/src/agent/prompts/web.ts index ea53458f49b1a7ca3e82987eb8d1d095c5940bba..e5893307d343afe81e4e8cbc775c4adc0a06cc25 100644 --- a/src/agent/prompts/web.ts +++ b/src/agent/prompts/web.ts @@ -16,6 +16,6 @@ Be direct. Only cite URLs you actually accessed. Include version or date when it -Current time: ${ctx.currentTime} +Current date/time: ${ctx.currentTime} `; }