Function extract_skill_executions_from_history
pub fn extract_skill_executions_from_history(
history: &[ChatMessage],
) -> Vec<(String, bool)>pub fn extract_skill_executions_from_history(
history: &[ChatMessage],
) -> Vec<(String, bool)>