Values.SpanTextValueSourceText message content
type nonrec t = {value : NonEmptySensitiveString.t option;String content of the message text
*)citations : SpanCitationList.t option;The citations associated with the span text.
*)aiGuardrailAssessment : AIGuardrailAssessment.t option;The AI Guardrail assessment for the span text.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of Uuid.t ]) list ] list
| `String of NonEmptySensitiveString.t
| `Structure of (string * [> `Boolean of Boolean.t ]) list ])
list ]