Properties
string
required
string | null
ThreadMessageBody
required
Type: ThreadMessageBody
string
required
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
export interface ThreadMessage {
id: string;
author_id?: string | null;
body: ThreadMessageBody;
created: string;
}
