Defined in: types.ts:281
UIMessage - Domain-specific message format optimized for building chat UIs Contains parts that can be text, tool calls, or tool results
optional createdAt: Date;
optional createdAt: Date;
Defined in: types.ts:285
id: string;
id: string;
Defined in: types.ts:282
parts: MessagePart[];
parts: MessagePart[];
Defined in: types.ts:284
role: "user" | "assistant" | "system";
role: "user" | "assistant" | "system";
Defined in: types.ts:283
