定义于: activities/chat/stream/types.ts:61
处理器的当前状态
content: string;
定义于: activities/chat/stream/types.ts:62
done: boolean;
定义于: activities/chat/stream/types.ts:67
finishReason: string | null;
定义于: activities/chat/stream/types.ts:66
thinking: string;
定义于: activities/chat/stream/types.ts:63
toolCallOrder: string[];
定义于: activities/chat/stream/types.ts:65
toolCalls: Map<string, InternalToolCallState>;