文档
CodeRabbit
Cloudflare
AG Grid
Netlify
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
Netlify
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
类引用
函数引用
接口引用
类型别名引用
变量引用
接口引用

UIMessage

接口: UIMessage

定义于: types.ts:325

UIMessage - 针对构建聊天 UI 优化的特定领域消息格式。包含可以为文本、工具调用或工具结果的部分。

属性

createdAt?

ts
optional createdAt: Date;

定义于: types.ts:329


id

ts
id: string;

定义于: types.ts:326


parts

ts
parts: MessagePart[];

定义于: types.ts:328


role

ts
role: "user" | "assistant" | "system";

定义于: types.ts:327