定义于: activities/chat/stream/types.ts:51
流处理结果
content: string;
定义于: activities/chat/stream/types.ts:52
optional finishReason: string | null;
定义于: activities/chat/stream/types.ts:55
optional thinking: string;
定义于: activities/chat/stream/types.ts:53
optional toolCalls: ToolCall[];