File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -100,10 +100,11 @@ class EventActions(BaseModel):
100100 end_of_agent : Optional [bool ] = None
101101 """If true, the current agent has finished its current run. Note that there
102102 can be multiple events with end_of_agent=True for the same agent within one
103- invocation when there is a loop."""
103+ invocation when there is a loop. This should only be set by ADK workflow. """
104104
105105 agent_state : Optional [dict [str , Any ]] = None
106- """The agent state at the current event."""
106+ """The agent state at the current event, used for checkpoint and resume. This
107+ should only be set by ADK workflow."""
107108
108109 rewind_before_invocation_id : Optional [str ] = None
109110 """The invocation id to rewind to. This is only set for rewind event."""
You can’t perform that action at this time.
0 commit comments