Defined in: stream/types.ts:71
Current state of the processor
content: string;
content: string;
Defined in: stream/types.ts:72
done: boolean;
done: boolean;
Defined in: stream/types.ts:77
finishReason: string | null;
finishReason: string | null;
Defined in: stream/types.ts:76
thinking: string;
thinking: string;
Defined in: stream/types.ts:73
toolCallOrder: string[];
toolCallOrder: string[];
Defined in: stream/types.ts:75
toolCalls: Map<string, InternalToolCallState>;
toolCalls: Map<string, InternalToolCallState>;
Defined in: stream/types.ts:74
