pub fn content_tool_calls(content: &[Content]) -> Vec<(String, String, Value)>
Extract all tool calls from a Vec<Content>.
Vec<Content>