Skip to content

Commit 9a9f7a3

Browse files
DeanChensjcopybara-github
authored andcommitted
Update callback comments.
PiperOrigin-RevId: 752162448
1 parent aa7a98a commit 9a9f7a3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/google/adk/agents/base_agent.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
callback_context: MUST be named 'callback_context' (enforced).
4545
4646
Returns:
47-
The content to return to the user. When set, the agent run will skipped and
47+
The content to return to the user. When set, the agent run will be skipped and
4848
the provided content will be returned to user.
4949
"""
5050

@@ -55,8 +55,8 @@
5555
callback_context: MUST be named 'callback_context' (enforced).
5656
5757
Returns:
58-
The content to return to the user. When set, the agent run will skipped and
59-
the provided content will be appended to event history as agent response.
58+
The content to return to the user. When set, the provided content will be
59+
appended to event history as agent response.
6060
"""
6161

6262

@@ -101,8 +101,8 @@ class BaseAgent(BaseModel):
101101
callback_context: MUST be named 'callback_context' (enforced).
102102
103103
Returns:
104-
The content to return to the user. When set, the agent run will skipped and
105-
the provided content will be returned to user.
104+
The content to return to the user. When set, the agent run will be skipped
105+
and the provided content will be returned to user.
106106
"""
107107
after_agent_callback: Optional[AfterAgentCallback] = None
108108
"""Callback signature that is invoked after the agent run.
@@ -111,8 +111,8 @@ class BaseAgent(BaseModel):
111111
callback_context: MUST be named 'callback_context' (enforced).
112112
113113
Returns:
114-
The content to return to the user. When set, the agent run will skipped and
115-
the provided content will be appended to event history as agent response.
114+
The content to return to the user. When set, the provided content will be
115+
appended to event history as agent response.
116116
"""
117117

118118
@final

0 commit comments

Comments
 (0)