MCPcopy Index your code
hub / github.com/google/adk-python / InvocationEvents

Class InvocationEvents

src/google/adk/evaluation/eval_case.py:71–75  ·  view source on GitHub ↗

A container for events that occur during the course of an invocation.

Source from the content-addressed store, hash-verified

69
70
71class InvocationEvents(EvalBaseModel):
72 """A container for events that occur during the course of an invocation."""
73
74 invocation_events: list[InvocationEvent] = Field(default_factory=list)
75 """A list of invocation events."""
76
77
78IntermediateDataType: TypeAlias = Union[IntermediateData, InvocationEvents]

Calls

no outgoing calls