svilupp / AIHelpMe.jl

Harnessing Julia's Rich Documentation for Tailored AI-Assisted Coding Guidance
https://svilupp.github.io/AIHelpMe.jl/dev/
MIT License
30 stars 5 forks source link

[FR] Add `aisummary` function #18

Open svilupp opened 2 months ago

svilupp commented 2 months ago

It would be great to add a little function to summarize some function/functionality.

It would require slightly different approach as unlike RAG pulling only the top K relevant snippets, we would want to first compile ALL relevant snippets and then provide them into a summarization prompt.