AI: When generating documentation, it consistently gets the Date wrong (month and year). #37788
Jeklah
started this conversation in
LLMs and Zed Agent
Replies: 1 comment
-
The agent has access to a This might be something we want to add into the system prompt to instruct the model to use the tool to check dates. As a workaround I'd add a line to your own prompt which asks the agent to always fetch the date using a tool. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Date is consistently wrong in documentation.
Description
Steps to trigger the problem:
1.Install Zed on a VM. I am using 0.201.8
2. Implement a feature and ask for documentation (I am doing a project in Rust, if that makes a difference).
3. Note that the Date in the documentation is most likely incorrect. Occasionally the year is correct.
Expected Behavior: Date is correct.
Actual Behavior: Date is consistently incorrect.
Model Provider Details
Zed Version and System Specs
Install Zed on a VM. I am using 0.201.8
I am running Ubuntu 20.04
Kernel 5.15.0-139-generic
Beta Was this translation helpful? Give feedback.
All reactions