Defined in: activities/chat/stream/types.ts:69
Result from processing a stream
content: string;content: string;Defined in: activities/chat/stream/types.ts:70
optional finishReason: string | null;optional finishReason: string | null;Defined in: activities/chat/stream/types.ts:73
optional thinking: string;optional thinking: string;Defined in: activities/chat/stream/types.ts:71
optional toolCalls: ToolCall[];optional toolCalls: ToolCall[];Defined in: activities/chat/stream/types.ts:72