Union type representing all possible streaming events from a model provider. This is a discriminated union where each event has a unique type field.
This allows for type-safe event handling using switch statements.
Union type representing all possible streaming events from a model provider. This is a discriminated union where each event has a unique type field.
This allows for type-safe event handling using switch statements.