docs: Fix double hashtag in code comments#11301
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@julian-risch I'm happy to wait on merging this one after the 2.29 release is finished. |
|
Inline review on The PR description says "Fix double hashtag in code comments", but those four lines are inside the
These characters are part of the prompt content the documentation tells users to send to the LLM (mirroring the GraphRAG-style NER prompt, where the original counts appear intentional). Suggest reverting just these four lines so the substitution only affects actual Python comments. See for context. |
Related Issues
Proposed Changes:
Removes the double hash tags in our code comments
How did you test it?
Notes for the reviewer
Checklist
fix:,feat:,build:,chore:,ci:,docs:,style:,refactor:,perf:,test:and added!in case the PR includes breaking changes.