Fix typo in code example. (#1588)

This commit is contained in:
simister 2024-12-17 12:14:45 -05:00 committed by GitHub
parent a3b08bb373
commit 010e24382c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)"
]