pub fn run_turn<O, F>(
history: Vec<Event>,
orchestrator: impl Fn(OrchestrationContext) -> F,
) -> TurnResult<O>where
F: Future<Output = O>,Expand description
Simple run_turn for tests. Uses default execution_id=1 and placeholder instance metadata.