EventActions
Represents the actions attached to an event.
Constructors
Properties
The state of the agent for resumability.
Indicates that the event is updating an artifact. The key is the filename, and the value is the version.
If true, the current agent has finished its current run. Note that there can be multiple events with endOfAgent set to true for the same agent within one invocation when there is a loop. This should only be set by the ADK workflow.
A map of tool confirmations requested by this event, keyed by function call ID.
If set, the agent will rewind history before the specified invocation ID.
If true, it won't call the model to summarize the function response. Only used for a function response event.
Indicates that the event is updating the state with the given delta.
If set, the event transfers to the specified agent.
Functions
Merges this EventActions with another one.
Removes a key from the state delta.