|
@@ -71,6 +71,7 @@ Chat applications support session persistence, allowing previous chat history to
|
|
|
- `image` ('JPG', 'JPEG', 'PNG', 'GIF', 'WEBP', 'SVG')
|
|
|
- `audio` ('MP3', 'M4A', 'WAV', 'WEBM', 'AMR')
|
|
|
- `video` ('MP4', 'MOV', 'MPEG', 'MPGA')
|
|
|
+ - `custom` (Other file types)
|
|
|
- `transfer_method` (string) Transfer method, `remote_url` for image URL / `local_file` for file upload
|
|
|
- `url` (string) Image URL (when the transfer method is `remote_url`)
|
|
|
- `upload_file_id` (string) Uploaded file ID, which must be obtained by uploading through the File Upload API in advance (when the transfer method is `local_file`)
|