Skip to content

Commit 010e243

Browse files
authored
Fix typo in code example. (#1588)
1 parent a3b08bb commit 010e243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/How_to_use_guardrails.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
}
218218
],
219219
"source": [
220-
"# Call the main function with the good request - this should get blocked\n",
220+
"# Call the main function with the bad request - this should get blocked\n",
221221
"response = await execute_chat_with_guardrail(bad_request)\n",
222222
"print(response)"
223223
]

0 commit comments

Comments
 (0)