pub fn update_graph(
graph: &PheromoneGraph,
user_text: &str,
assistant_text: &str,
) -> PheromoneGraphExpand description
Update graph after one conversation turn.
pub fn update_graph(
graph: &PheromoneGraph,
user_text: &str,
assistant_text: &str,
) -> PheromoneGraphUpdate graph after one conversation turn.