Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 2.1 KB

File metadata and controls

13 lines (9 loc) · 2.1 KB

ChatFile

Structure for file uploaded by a user for Chat.

Fields

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.