Interface: Message
Interface: Message
Properties
content
content: string;createdAt
createdAt: Date;id
id: string;role
role: "user" | "assistant" | "system" | "tool";toolCallId?
optional toolCallId: string;toolCalls?
optional toolCalls: ToolCall[];