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 e6f7363 commit 16d4b9aCopy full SHA for 16d4b9a
src/google/adk/agents/base_agent.py
@@ -155,8 +155,8 @@ class MyAgent(BaseAgent):
155
156
Returns:
157
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.
+ When the content is present, an additional event with the provided content
+ will be appended to event history as an additional agent response.
160
"""
161
162
def _load_agent_state(
0 commit comments