pyrit.prompt_converter.CharacterSpaceConverter#
- class CharacterSpaceConverter[source]#
Bases:
PromptConverter
- __init__()#
Methods
__init__
()convert_async
(*, prompt[, input_type])Simple converter that spaces out the input prompt and removes specified punctuations.
convert_tokens_async
(*, prompt[, ...])Converts substrings within a prompt that are enclosed by specified start and end tokens.
get_identifier
()input_supported
(input_type)Checks if the input type is supported by the converter
- async convert_async(*, prompt: str, input_type: Literal['text', 'image_path', 'audio_path', 'url', 'error'] = 'text') ConverterResult [source]#
Simple converter that spaces out the input prompt and removes specified punctuations. For more information on the bypass strategy, refer to: https://www.robustintelligence.com/blog-posts/bypassing-metas-llama-classifier-a-simple-jailbreak