Display model responses with status, handling NULLs and errors cleanly.
print_multiLLM_results(result, show_failed = TRUE, trim = NULL)Invisibly returns NULL.
A result object returned by `multiLLMviaionet()`.
Logical; if TRUE (default), also prints failed/timeout models and their errors.
Optional integer; if not NULL, truncates long responses to the first `trim` characters for display.