MessageImageFileParam interface
Defines how an internally uploaded image file is referenced when creating an image-file block.
Properties
detail | Optional detail level for the image (auto, low, or high). |
file |
The ID of the previously uploaded image file. |
Property Details
detail
Optional detail level for the image (auto, low, or high).
detail?: ImageDetailLevel
Property Value
fileId
The ID of the previously uploaded image file.
fileId: string
Property Value
string