Skip to main content

Module event

Module event 

Source
Available on crate feature sessions only.
Expand description

Event types and the Events trait for accessing session event history.

Structs§

Event
Event represents a single interaction in a conversation. This struct embeds LlmResponse to match ADK-Go’s design pattern.
EventActions
Actions to apply as side effects of an event.

Traits§

Events
Trait for accessing events in a session.