proposal: new documentation comment to mark important docs for LLMs #9721
Unanswered
Meir017
asked this question in
Language Ideas
Replies: 1 comment 4 replies
-
Why can't this crawler use existing comments, and then LLM can be instructed to interpret them according to what C#'s comment rules state? I'm not sure what this tag would solve, what would it contain, etc. |
Beta Was this translation helpful? Give feedback.
4 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Allow documentation comments to add a new tag (ex:
<llm/>
) to help finding the important docs for LLMs.The reasoning for this is that many codebases already have high-quality docs as xml comments and creating something brand (such as https://llmstxt.org/) new would cause duplication.
By marking documentation comments as relevant for LLM's we would be able to easily generate a comprehensive guide for LLM's by cralwing over the source code and extracting all interesting comments and public API's into a single file for LLM's to consume (or something like https://dotnet.github.io/docfx/ would support this)
Beta Was this translation helpful? Give feedback.
All reactions