You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
docs: Revise BaseAgent.after_agent_callback to be more clear
Clarify the behavior raised in #3266 PiperOrigin-RevId: 824273003
This commit is contained in:
committed by
Copybara-Service
parent
e6f7363220
commit
16d4b9acca
@@ -155,8 +155,8 @@ class BaseAgent(BaseModel):
|
||||
|
||||
Returns:
|
||||
Optional[types.Content]: The content to return to the user.
|
||||
When the content is present, the provided content will be used as agent
|
||||
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.
|
||||
"""
|
||||
|
||||
def _load_agent_state(
|
||||
|
||||
Reference in New Issue
Block a user