Async iterable that yields only raw text-delta strings (filters out non-text parts).
Async iterable that yields all StreamPart events in order.
Resolves to the fully assembled assistant reply when the stream completes.
Resolves to aggregated TokenUsage when the stream completes.
Resolves to the ordered list of ToolCallRecords when the stream completes.
The object returned immediately by streamText.
Consumers may iterate
textStreamfor raw token deltas,fullStreamfor all event types, or simplyawaitthe promise properties for aggregated results once the stream has drained.