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.92k stars 369 forks source link

DRAFT Add export function with conversation and scores #514

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.