We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a28d71 commit ad80f78Copy full SHA for ad80f78
examples/agent_patterns/input_guardrails.py
@@ -20,7 +20,7 @@
20
Guardrails are checks that run in parallel to the agent's execution.
21
They can be used to do things like:
22
- Check if input messages are off-topic
23
-- Check that output messages don't violate any policies
+- Check that input messages don't violate any policies
24
- Take over control of the agent's execution if an unexpected input is detected
25
26
In this example, we'll setup an input guardrail that trips if the user is asking to do math homework.
0 commit comments