定义于: types.ts:325
UIMessage - 针对构建聊天 UI 优化的特定领域消息格式。包含可以为文本、工具调用或工具结果的部分。
optional createdAt: Date;
定义于: types.ts:329
id: string;
定义于: types.ts:326
parts: MessagePart[];
定义于: types.ts:328
role: "user" | "assistant" | "system";
定义于: types.ts:327