Azure / PyRIT

The Python Risk Identification Tool for generative AI (PyRIT) is an open access automation framework to empower security professionals and machine learning engineers to proactively find risks in their generative AI systems.
MIT License
1.91k stars 366 forks source link

MAINT: Removing SeedPromptTemplate #520

Closed rlundeen2 closed 2 weeks ago

rlundeen2 commented 3 weeks ago

SeedPrompt and SeedPromptTemplate can be a confusing distinction, since they are essentially the same thing (one had parameters and the other did not). This makes them all SeedPrompts.

Additionally, it makes use of jinja2 for the templating, so we now gain support of things like default values for parameters.