messages property

  1. @TagNumber.new(28)
PbList<ChatMessage> get messages

The whole conversation, oldest first, ending with the turn the model must answer. Never empty. System turns belong in options.system_prompt, not here.

Implementation

@$pb.TagNumber(28)
$pb.PbList<$1.ChatMessage> get messages => $_getList(4);