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.
2 parents 94d7441 + 77e359c commit f461beaCopy full SHA for f461bea
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