Copilot hallucinating / using "own" memory instead actual data #160959
Replies: 1 comment
-
|
Hi @a-hulman, Thank you for sharing this feedback about GitHub Copilot's behavior. You've highlighted an important issue with Copilot providing incorrect information despite having access to accurate data in your workspace files. The behavior you described - where Copilot incorrectly stated your package.json contained PrimeNG version 13.4 when it actually had version 17.18 - and Copilot's explanation that it used "popular historical frequently used data" instead of reading the actual file, represents a limitation in how AI assistants sometimes operate. Documented Approaches That May HelpAccording to GitHub's official documentation, these techniques may help improve accuracy:
Your suggestion about persisting workspace-level Copilot settings is interesting and would be valuable feedback to share directly with GitHub through their feedback channels. Documentation ResourcesThank you again for raising this issue. It helps the community understand the current limitations and best practices when working with Copilot. Best regards, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Product Feedback
Copilot Feature Area
VS Code
Body
Hello,
I understand that Copilot cannot "save" my preferences, but it could actually modify some local workspace copilot setting to avoid telling Copilot every new chat to:
Today I discovered quite a disturbing fact - while asking copilot which version of PrimeNG library is used in the workspace, the answer was 13.4, because my packages.json says so....
Guess what - packages.json says 17.18. So the information was completely made up despite having the actual file that should be read. When I asked how come, Copilot answered that he used "popular historical ferquently used data" to speed up response....
So how extremely exact do I have to be, to get correct information???
And how much can I trust each answer, if it can be simply fabricated...
Beta Was this translation helpful? Give feedback.
All reactions