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 e197187 commit 0a8f55cCopy full SHA for 0a8f55c
src/agents/lifecycle.py
@@ -83,7 +83,7 @@ async def on_handoff(
83
agent: TAgent,
84
source: TAgent,
85
) -> None:
86
- """Called when the agent is being handed off to. The `source` is the agent that is handing
+ """Called when the agent is being handed off. The `source` is the agent that is handing
87
off to this agent."""
88
pass
89
@@ -111,4 +111,4 @@ async def on_tool_end(
111
"""Run hooks when using `Agent`."""
112
113
AgentHooks = AgentHooksBase[TContext, Agent]
114
-"""Agent hooks for `Agent`s."""
+"""Agent hooks for `Agent`'s."""
0 commit comments