Defined in: activities/chat/stream/types.ts:79
Current state of the processor
content: string;
Defined in: activities/chat/stream/types.ts:80
done: boolean;
Defined in: activities/chat/stream/types.ts:85
finishReason: string | null;
Defined in: activities/chat/stream/types.ts:84
thinking: string;
Defined in: activities/chat/stream/types.ts:81
toolCallOrder: string[];
Defined in: activities/chat/stream/types.ts:83
toolCalls: Map<string, InternalToolCallState>;
Defined in: activities/chat/stream/types.ts:82