Values.RetrieveResultSourceA single result from a content retrieval operation.
type nonrec t = {associationId : Uuid.t option;The identifier of the assistant association for the retrieved result.
*)sourceId : SensitiveString.t option;The URL, URI, or ID of the retrieved content when available, or a UUID when unavailable.
*)referenceType : ReferenceType.t option;A type to define the KB origin of a retrieved content.
*)contentText : SensitiveString.t option;The text content of the retrieved result.
*)}