fix line in guardrails
This commit is contained in:
parent
090e79bdf4
commit
fa1c3f40a1
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ Output guardrails run in 3 steps:
|
|||
|
||||
!!! Note
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
## Tripwires
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue