Values.MessageSourceA message input or response from a model. For more information, see Create a prompt using Prompt management.
type nonrec t = {role : ConversationRole.t;The role that the message belongs to.
*)content : ContentBlocks.t;The content in the message.
*)}