We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4404fe commit f3e012dCopy full SHA for f3e012d
1 file changed
doc/code/executor/attack/2_red_teaming_attack.ipynb
@@ -170,6 +170,7 @@
170
" RedTeamingAttack,\n",
171
" RTASystemPromptPaths,\n",
172
")\n",
173
+ "from pyrit.output import output_attack_async\n",
174
"from pyrit.prompt_target import AzureMLChatTarget, OpenAIChatTarget\n",
175
"from pyrit.score import SelfAskTrueFalseScorer, TrueFalseQuestion\n",
176
"from pyrit.setup import IN_MEMORY, initialize_pyrit_async\n",
0 commit comments