Values.NotesChunkDataDetailsSourceDetails about notes chunk data.
type nonrec t = {completion : NonEmptySensitiveString.t option;A chunk of the notes completion.
*)nextChunkToken : NextToken.t option;The token for the next chunk of notes data.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of NonEmptySensitiveString.t ]) list ]