print_multiLLM_results: Pretty-print multiLLMviaionet results

View source: R/multiLLMviaionet.R

print_multiLLM_resultsR Documentation

Description

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

Usage

print_multiLLM_results(result, show_failed = TRUE, trim = 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.

Value

Invisibly returns NULL.


chatAI4R documentation built on Jan. 10, 2026, 5:07 p.m.