Values.TextMessageSourceThe message data in text type.
type nonrec t = {value : TextMessageValueString.t option;The value of the message data in text type.
*)citations : Citations.t option;The citations associated with the text message.
*)aiGuardrailAssessment : AIGuardrailAssessment.t option;The AI Guardrail assessment for the text message.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of Uuid.t
| `Structure of
(string * [> `Integer of CitationSpanOffset.t ]) list ])
list ]
list
| `String of TextMessageValueString.t
| `Structure of (string * [> `Boolean of Boolean.t ]) list ])
list ]