TurnResult

Type Alias TurnResult 

Source
pub type TurnResult<O> = (Vec<Event>, Vec<Action>, Option<O>);
Expand description

Poll the orchestrator once with the provided history, producing updated history, requested Actions, and an optional output.