Values.GuardrailImageBlockSourceContain an image which user wants guarded. This block is accepted by the guardrails independent API.
type nonrec t = {format : GuardrailImageFormat.t;The format details for the file type of the image blocked by the guardrail.
*)source : GuardrailImageSource.t;The image source (image bytes) details of the image blocked by the guardrail.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Blob of GuardrailImageSourceBytesBlob.t ]) list ])
list ]