Skip to content

Commit f3e012d

Browse files
behnam-oBehnam Ousat
andauthored
FIX add missing import causing notebook execution failure (#1810)
Co-authored-by: Behnam Ousat <behnamousat@microsoft.com>
1 parent e4404fe commit f3e012d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/code/executor/attack/2_red_teaming_attack.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@
170170
" RedTeamingAttack,\n",
171171
" RTASystemPromptPaths,\n",
172172
")\n",
173+
"from pyrit.output import output_attack_async\n",
173174
"from pyrit.prompt_target import AzureMLChatTarget, OpenAIChatTarget\n",
174175
"from pyrit.score import SelfAskTrueFalseScorer, TrueFalseQuestion\n",
175176
"from pyrit.setup import IN_MEMORY, initialize_pyrit_async\n",

0 commit comments

Comments
 (0)