ipa-lab / hackingBuddyGPT

Helping Ethical Hackers use LLMs in 50 Lines of Code or less..
https://hackingbuddy.ai/
MIT License
306 stars 39 forks source link

Adds the possibility to define help text for parameters #16

Closed Neverbolt closed 2 months ago

Neverbolt commented 2 months ago

With this change help text descriptions can now be defined for @configurable parameters.

The parameter function has been strongly tied to the dataclasses.field function to support interoperability with existing tools, while also allowing the use of it in "normal" constructors of non-dataclass classes.