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

FEAT Add export for conversations and scores #517

Closed eugeniavkim closed 3 weeks ago

eugeniavkim commented 3 weeks ago

Description

To make export functionality easier to use, this PR adds in work from #432 with added unit tests and export notebook to document all use cases of data export in PyRIT. This is an initial PR to set up a following PR to refactor memory schema to also include scores with conversation data.