Defined in: types.ts:232
TContent extends string | null | ContentPart[] = string | null | ContentPart[]
content: TContent;
content: TContent;
Defined in: types.ts:239
optional name: string;
optional name: string;
Defined in: types.ts:240
role: "user" | "assistant" | "tool";
role: "user" | "assistant" | "tool";
Defined in: types.ts:238
optional toolCallId: string;
optional toolCallId: string;
Defined in: types.ts:242
optional toolCalls: ToolCall[];
optional toolCalls: ToolCall[];
Defined in: types.ts:241
