Sree Lakshmi Addepalli
Sree Lakshmi Addepalli
@microsoft-github-policy-service agree
@nina-msft @jbolor21 can you please review and provide comments
Sure should update it today!
``` flake8...................................................................Failed - hook id: flake8 - exit code: 1 pyrit/datasets/fetch_example_datasets.py:441:121: E501 line too long (333 > 120 characters) Check Links in Python and md Files.......................................Passed pylint...................................................................Passed mypy.....................................................................Passed Error: Process...
@nina-msft @romanlutz can you please review again
Ran pre-commit run --all-files and it passed. @nina-msft ``` (venv) lakshmiaddepalli@Lakshmis-Air PyRIT % pre-commit run --all-files trim trailing whitespace.................................................Passed fix end of files.........................................................Passed check yaml...............................................................Passed check for added large files..............................................Passed...
Thanks, it was great working on this PR with you, @nina-msft @jbolor21 @jsong468 @romanlutz !
can you please add me to this issue?
Almost worked on the idea and tried to test it but ran out of time so adding my pseudo code here: ``` def fetch_tdc23_redteaming_dataset() -> PromptDataset: """ Fetch TDC23-RedTeaming examples...
Add these functions to init.py as well to make it available in pyrit datasets ``` from pyrit.datasets import fetch_tdc23_redteaming_dataset