Type Alias: StreamMessage
StreamMessage:
object
Defined in: packages/core/src/types.ts:124
Type of StreamMessage. The structure of the stream message is:
Type declaration
parts?
optional
parts:StreamMessagePart
[]
The parts of the message. It is used for storing the returning result from LLM.
Param
The parts of the message. This is the text that happens after the tool calls.