Skip to content

Commit 16d4b9a

Browse files
Jacksunweicopybara-github
authored andcommitted
docs: Revise BaseAgent.after_agent_callback to be more clear
Clarify the behavior raised in #3266 PiperOrigin-RevId: 824273003
1 parent e6f7363 commit 16d4b9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/google/adk/agents/base_agent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ class MyAgent(BaseAgent):
155155
156156
Returns:
157157
Optional[types.Content]: The content to return to the user.
158-
When the content is present, the provided content will be used as agent
159-
response and appended to event history as agent response.
158+
When the content is present, an additional event with the provided content
159+
will be appended to event history as an additional agent response.
160160
"""
161161

162162
def _load_agent_state(

0 commit comments

Comments
 (0)