Paulina Kalicka
Paulina Kalicka
@romanlutz I have an idea: maybe we could add a base class for all the simple word-level converters, like `WordLevelPromptConverter`? I did some prototyping here: [paulinek13/PyRIT/tree/idea/word_level_converter](https://github.com/paulinek13/PyRIT/tree/idea/word_level_converter) So the usage would...
Sure thing! I'm on it 😃
The SuperscriptConverter and its tests are now updated, I just have a few questions: - Should I also list this converter in the following files: https://github.com/Azure/PyRIT/blob/main/tests/integration/cli/test_cli_integration.py and https://github.com/Azure/PyRIT/blob/main/tests/unit/cli/prompt_send_success_converters_default.yaml ? -...
Thanks for the feedback. We can certainly do this in batches. Comment content: --- I've divided the docstring errors into two main categories: 1. formatting / whitespace / style --...
@romanlutz Do you think we could ignore docstring issues in `pyrit/ui` and `pyrit/auxiliary_attacks` since they are not exposed in [the public API Reference](https://azure.github.io/PyRIT/api.html)?