Skip to contents

Deprecated: use report() on an llmr_experiment. This wrapper keeps the released 'LLMRagent' 0.8.0 functional and will be removed once its update is on CRAN.

Usage

llm_methods_text(x, prefix = NULL, task = NULL)

Arguments

x

A data frame from call_llm_par() or llm_mutate().

prefix

For an llm_mutate() result, the output column name whose diagnostics to summarize (e.g. "answer"). Inferred automatically when a single diagnostic block is present; required when several are.

task

Optional clause describing what the model was asked to do.

Value

A character scalar from report().

See also