Values.GenerativeChunkDataDetailsDetails about the generative chunk data.
type nonrec t = {completion : SensitiveString.t option;A chunk of the LLM response.
*)references : DataSummaryList.t option;The references used to generate the LLM response.
*)nextChunkToken : NextToken.t option;The token for the next set of chunks. Use the value returned in the previous response in the next request to retrieve the next set of chunks.
*)}val make :
?completion:SensitiveString.t ->
?references:DataSummaryList.t ->
?nextChunkToken:NextToken.t ->
unit ->
t