feature idea: compilation-time llm-integration to explain code blocks #10002
EqualAPriori
started this conversation in
Feature Requests
Replies: 2 comments 1 reply
-
That would be an extension, see https://quarto.org/docs/extensions/creating.html |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks for the suggestion, but let me be clear: we're not going to do that in quarto-cli - we have no interest in adding such a deep dependency to LLMs into a tool that needs to work in offline settings. I would never say never, but I will say "not while I'm the main contributor" |
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
-
Description
Hi all, wanted to get feedback on a feature that I'd be interested in helping out with.
The idea is to add a compilation-time flag to code blocks like thus:
#| llm-explain: true
Upon compilation time, instead of printing the code block (as would happen with
#| echo: true
), to instead feed the code block to a llm for interpretation.Other details:
Apologies if this is under consideration somewhere, I may have missed it in my searches.
Do people think this would be interesting? This would be my first time contributing to the codebase, what would be the best way to go about that?
Beta Was this translation helpful? Give feedback.
All reactions