Values.GuardrailAutomatedReasoningInputTextReferenceSourceReferences a portion of the original input text that corresponds to logical elements.
type nonrec t = {text : GuardrailAutomatedReasoningStatementNaturalLanguageContent.t option;The specific text from the original input that this reference points to.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of
GuardrailAutomatedReasoningStatementNaturalLanguageContent.t ])
list ]