定义于: types.ts:260
TContent 扩展自 string | null | ContentPart[] = string | null | ContentPart[]
content: TContent;
定义于: types.ts:267
optional name: string;
定义于: types.ts:268
role: "user" | "assistant" | "tool";
定义于: types.ts:266
optional toolCallId: string;
定义于: types.ts:270
optional toolCalls: ToolCall[];
定义于: types.ts:269