pub fn attributed_message(speaker: &str, text: &str) -> TurnMessageExpand description
Build an attributed user-role turn message rendered as "<speaker>: text",
so the model sees who said what in a multi-party thread.
pub fn attributed_message(speaker: &str, text: &str) -> TurnMessageBuild an attributed user-role turn message rendered as "<speaker>: text",
so the model sees who said what in a multi-party thread.