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

Skip to content

Commit 77e359c

Browse files
author
Ikko Eltociear Ashimine
authored
chore: update guardrail.py
minor fix
1 parent c8f3cdd commit 77e359c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agents/guardrail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class InputGuardrail(Generic[TContext]):
8686
[RunContextWrapper[TContext], Agent[Any], str | list[TResponseInputItem]],
8787
MaybeAwaitable[GuardrailFunctionOutput],
8888
]
89-
"""A function that receives the the agent input and the context, and returns a
89+
"""A function that receives the agent input and the context, and returns a
9090
`GuardrailResult`. The result marks whether the tripwire was triggered, and can optionally
9191
include information about the guardrail's output.
9292
"""

0 commit comments

Comments
 (0)