get_summary() now provides integrated summaries for lists of R objects.
The function can now generate a single, cohesive summary from a list containing diverse items (e.g., text, data frames, ggplot objects).
A new aggregate_list argument controls this feature, defaulting to TRUE when the input object is a list.
When aggregate_list = TRUE, each item in the list is individually prepared, and all resulting content parts are combined into a single API request for an integrated summary.
To summarize the console output of print(list_object) (the previous default behavior for lists), call get_summary() with aggregate_list = FALSE.