call_llm_par_structured: Parallel experiments with structured parsing

View source: R/json_mode.R

call_llm_par_structuredR Documentation

Parallel experiments with structured parsing

Description

Enables structured output on each config (if not already set), runs, then parses JSON.

Usage

call_llm_par_structured(experiments, schema = NULL, .fields = NULL, ...)

Arguments

experiments

Tibble with config and messages list-columns.

schema

Optional JSON Schema list.

.fields

Optional fields to hoist from parsed JSON (supports nested paths).

...

Passed to call_llm_par().

See Also

call_llm_par(), llm_parse_structured_col(), enable_structured_output()


LLMR documentation built on May 22, 2026, 1:07 a.m.