Defined in: types.ts:220
TContent extends string | null | ContentPart[] = string | null | ContentPart[]
content: TContent;
content: TContent;
Defined in: types.ts:227
optional name: string;
optional name: string;
Defined in: types.ts:228
role: "user" | "assistant" | "tool";
role: "user" | "assistant" | "tool";
Defined in: types.ts:226
optional toolCallId: string;
optional toolCallId: string;
Defined in: types.ts:230
optional toolCalls: ToolCall[];
optional toolCalls: ToolCall[];
Defined in: types.ts:229
