Fix typo in code example. (#1588)
This commit is contained in:
parent
a3b08bb373
commit
010e24382c
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"source": [
|
"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",
|
"response = await execute_chat_with_guardrail(bad_request)\n",
|
||||||
"print(response)"
|
"print(response)"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue