MessageImageUrlParam interface
Parameter for an external image URL at creation time.
Properties
detail | Specifies the requested detail level for the image. Default is 'auto'. Possible values: "auto", "low", "high" |
url | The externally accessible image URL. |
Property Details
detail
Specifies the requested detail level for the image. Default is 'auto'.
Possible values: "auto", "low", "high"
detail?: string
Property Value
string
url
The externally accessible image URL.
url: string
Property Value
string