Defined in: stream/types.ts:61
Result from processing a stream
content: string;
content: string;
Defined in: stream/types.ts:62
optional finishReason: string | null;
optional finishReason: string | null;
Defined in: stream/types.ts:65
optional thinking: string;
optional thinking: string;
Defined in: stream/types.ts:63
optional toolCalls: ToolCall[];
optional toolCalls: ToolCall[];
Defined in: stream/types.ts:64
