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