amitjoy / GogoGPT

Fine-tuned GPT model to generate Apache Felix Gogo Shell Commands
Apache License 2.0
2 stars 0 forks source link

use bnd reporter gogo #1

Open stbischof opened 11 months ago

stbischof commented 11 months ago

Hi,

maybe you could use bnd-gogo plugin to generate Questions and answers.

https://github.com/bndtools/bnd/blob/master/biz.aQute.bnd.reporter/src/biz/aQute/bnd/reporter/plugins/entries/bundle/GogoPlugin.java https://github.com/bndtools/bnd/tree/master/biz.aQute.bnd.reporter/src/biz/aQute/bnd/reporter/gogo/dto

e.g. here we used it with a template do generate the readme https://github.com/bndtools/bnd.reporter-demo/tree/master/mvn-workspace/org.domain.gogo#gogo-commands

amitjoy commented 11 months ago

@stbischof That's really an awesome idea to generate a report containing questions and answers. I will certainly try to introduce a bnd gogo plugin for this purpose. Thanks a lot for the pointer 👍

stbischof commented 11 months ago

And if something is Missing its better to improve the descriptions in the bundles of the code.