pub fn build_step_request(
model: String,
persona: &Persona,
task: &str,
baton: &str,
) -> CompletionRequestExpand description
Build the request for one persona turn.
The relay feeds the running baton (previous output) forward as extra user-message context so each persona can build on it.