Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 211ffb2

Browse files
fix line in guardrails doc (openai#290)
2 parents 090e79b + fa1c3f4 commit 211ffb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guardrails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Output guardrails run in 3 steps:
2929

3030
!!! Note
3131

32-
Output guardrails are intended to run on the final agent input, so an agent's guardrails only run if the agent is the *last* agent. Similar to the input guardrails, we do this because guardrails tend to be related to the actual Agent - you'd run different guardrails for different agents, so colocating the code is useful for readability.
32+
Output guardrails are intended to run on the final agent output, so an agent's guardrails only run if the agent is the *last* agent. Similar to the input guardrails, we do this because guardrails tend to be related to the actual Agent - you'd run different guardrails for different agents, so colocating the code is useful for readability.
3333

3434
## Tripwires
3535

0 commit comments

Comments
 (0)