diff --git a/examples/How_to_use_guardrails.ipynb b/examples/How_to_use_guardrails.ipynb index dba07f0..23ec5e3 100644 --- a/examples/How_to_use_guardrails.ipynb +++ b/examples/How_to_use_guardrails.ipynb @@ -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)" ]