Skip to content

Commit

Permalink
Fix typo in code example. (#1588)
Browse files Browse the repository at this point in the history
  • Loading branch information
simister authored Dec 17, 2024
1 parent a3b08bb commit 010e243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/How_to_use_guardrails.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
}
],
"source": [
"# Call the main function with the good request - this should get blocked\n",
"# Call the main function with the bad request - this should get blocked\n",
"response = await execute_chat_with_guardrail(bad_request)\n",
"print(response)"
]
Expand Down

0 comments on commit 010e243

Please sign in to comment.