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