Paulina Kalicka

Results 5 issues of Paulina Kalicka

## Description This PR introduces a new base class called `WordLevelConverter`, which simplifies the creation of word-level converters by providing a reusable foundation that standardizes word selection for transformation and...

## Description This PR aims to resolve #528 by adding a new converter: `SuperscriptConverter` which supports various modes for conversion. ```py class SuperscriptConverter(PromptConverter): """ Converts the input text to superscript...

## What This Change Does This small change fixes #1461. **Problem**: Encoding probes were incorrectly storing translated text in the `pre_translation_prompt` field while marking it with the source language tag...

There is a really small bug in report files I've found: When using encoding probes with lang translation enabled, `pre_translation_prompt` labels content as the source language **but stores translated text**....

bug

**For people who want to contribute/help with this issue:** 1. Follow the general guidelines for contributing to PyRIT: https://azure.github.io/PyRIT/contributing/README.html 2. Pick one or more modules from the list below and...

help wanted