Learn R Programming

chatAI4R (version 1.3.1)

print_multiLLM_results: Pretty-print multiLLMviaionet results

Description

Display model responses with status, handling NULLs and errors cleanly.

Usage

print_multiLLM_results(result, show_failed = TRUE, trim = NULL)

Value

Invisibly returns NULL.

Arguments

result

A result object returned by `multiLLMviaionet()`.

show_failed

Logical; if TRUE (default), also prints failed/timeout models and their errors.

trim

Optional integer; if not NULL, truncates long responses to the first `trim` characters for display.