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 c8f3cdd commit 77e359cCopy full SHA for 77e359c
src/agents/guardrail.py
@@ -86,7 +86,7 @@ class InputGuardrail(Generic[TContext]):
86
[RunContextWrapper[TContext], Agent[Any], str | list[TResponseInputItem]],
87
MaybeAwaitable[GuardrailFunctionOutput],
88
]
89
- """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
90
`GuardrailResult`. The result marks whether the tripwire was triggered, and can optionally
91
include information about the guardrail's output.
92
"""
0 commit comments