Skip to content

Commit 7560cab

Browse files
authored
Docs: Clarify that guardrails apply to both user input and agent output (#1482)
1 parent a6378ce commit 7560cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Sometimes, you want to observe the lifecycle of an agent. For example, you may w
115115

116116
## Guardrails
117117

118-
Guardrails allow you to run checks/validations on user input, in parallel to the agent running. For example, you could screen the user's input for relevance. Read more in the [guardrails](guardrails.md) documentation.
118+
Guardrails allow you to run checks/validations on user input in parallel to the agent running, and on the agent's output once it is produced. For example, you could screen the user's input and agent's output for relevance. Read more in the [guardrails](guardrails.md) documentation.
119119

120120
## Cloning/copying agents
121121

0 commit comments

Comments
 (0)