LLMEvent
Union of all LLM-related events.
type LLMEvent = LLMStartEvent | LLMChunkEvent | LLMCompleteEvent | LLMErrorEvent;
Defined in: src/core/events/types.ts:413
Union of all LLM-related events.
Remarks
Use this type to handle any LLM event generically, or subscribe to specific event types via the EventListenerMap.
See
- LLMStartEvent
- LLMChunkEvent
- LLMCompleteEvent
- LLMErrorEvent