Skip to main content

feed_results_into_history

Function feed_results_into_history 

Source
fn feed_results_into_history(
    history: &mut Vec<Message>,
    plan_id: &str,
    plan_description: &str,
    results: &[CapabilityCallResult],
)
Expand description

Feed one finished tree’s terminal results into the LLM history, mirroring the per-round feedback the blocking loop used to produce.