Structure for file uploaded by a user for Chat.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
Optional[str] | ➖ | Unique identifier of the file. | FILE_1234 |
url |
Optional[str] | ➖ | Url of the file. | www.google.com |
name |
Optional[str] | ➖ | Name of the uploaded file. | sample.pdf |
metadata |
Optional[models.ChatFileMetadata] | ➖ | Metadata of a file uploaded by a user for Chat. |