ContentPart
Represents a single part of message content.
Extended by¶
Properties¶
| Property | Type | Description |
|---|---|---|
citations |
Citation[] |
Array of citations referenced in this content part. |
contentPartId |
string |
Unique identifier for the content part within the message. |
createdTime |
string |
Timestamp indicating when the content part was created. |
data |
ContentPartData |
The actual content data. |
id |
string |
Unique identifier for the content part. |
isIncomplete? |
boolean |
Indicates whether this content part may be incomplete. |
isTranscript? |
boolean |
Indicates whether this content part is a transcript produced by the LLM. |
mimeType |
string |
The MIME type of the content. |
name? |
string |
Optional name for the content part. |
updatedTime |
string |
Timestamp indicating when the content part was last updated. |