Skip to main content

reflect

Function reflect 

Source
pub fn reflect(
    cx: &mut Cx,
    output: &PlanningOutput,
    runner: &dyn ModelRunner,
    retry_budget: u32,
) -> Result<Reflection>
Expand description

Critiques an output and runs at most one retry requested by the runner.