Defined in: types.ts:159
TContent extends string | null | ContentPart[] = string | null | ContentPart[]
content: TContent;
content: TContent;
Defined in: types.ts:166
optional name: string;
optional name: string;
Defined in: types.ts:167
role: "user" | "assistant" | "tool";
role: "user" | "assistant" | "tool";
Defined in: types.ts:165
optional toolCallId: string;
optional toolCallId: string;
Defined in: types.ts:169
optional toolCalls: ToolCall[];
optional toolCalls: ToolCall[];
Defined in: types.ts:168
