文档
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
类引用
函数引用
接口引用
类型别名引用
变量引用
接口引用

ModelMessage

接口: ModelMessage<TContent>

定义于: types.ts:260

类型参数

TContent

TContent 扩展自 string | null | ContentPart[] = string | null | ContentPart[]

属性

内容

ts
content: TContent;

定义于: types.ts:267


name?

ts
optional name: string;

定义于: types.ts:268


role

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

定义于: types.ts:266


toolCallId?

ts
optional toolCallId: string;

定义于: types.ts:270


toolCalls?

ts
optional toolCalls: ToolCall[];

定义于: types.ts:269