Defined in: types.ts:262
TContent extends string | null | ContentPart[] = string | null | ContentPart[]
content: TContent;
Defined in: types.ts:269
optional name: string;
Defined in: types.ts:270
role: "user" | "assistant" | "tool";
Defined in: types.ts:268
optional toolCallId: string;
Defined in: types.ts:272
optional toolCalls: ToolCall[];
Defined in: types.ts:271