ExecutionEvent
ExecutionEvent =
LLMCallStartEvent|LLMCallStreamEvent|LLMCallCompleteEvent|LLMCallErrorEvent|GadgetCallEvent|GadgetStartEvent|GadgetCompleteEvent|GadgetErrorEvent|TreeGadgetSkippedEvent|TextEvent|TreeCompactionEvent|HumanInputRequiredEvent|StreamCompleteEvent
Defined in: core/execution-events.ts:257
Union of all execution events.