Values.GuardrailConverseImageBlockSourceAn image block that contains images that you want to assess with a guardrail.
type nonrec t = {format : GuardrailConverseImageFormat.t;The format details for the image type of the guardrail converse image block.
*)source : GuardrailConverseImageSource.t;The image source (image bytes) of the guardrail converse image block.
*)}val make :
format:GuardrailConverseImageFormat.t ->
source:GuardrailConverseImageSource.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Blob of GuardrailConverseImageSourceBytesBlob.t ])
list ])
list ]