chore: update guardrail.py
minor fix
This commit is contained in:
parent
c8f3cdd6c8
commit
77e359c0c7
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ class InputGuardrail(Generic[TContext]):
|
|||
[RunContextWrapper[TContext], Agent[Any], str | list[TResponseInputItem]],
|
||||
MaybeAwaitable[GuardrailFunctionOutput],
|
||||
]
|
||||
"""A function that receives the the agent input and the context, and returns a
|
||||
"""A function that receives the agent input and the context, and returns a
|
||||
`GuardrailResult`. The result marks whether the tripwire was triggered, and can optionally
|
||||
include information about the guardrail's output.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue