Injects tag instructions into each experiment row, runs call_llm_par(),
then parses XML-like tags from each response via llm_parse_tags_col().
Arguments
- experiments
Tibble with
configandmessageslist-columns.Character vector of tag names to request and parse.
- .fields
NULLto extract all tags, a character vector of tags, a named vector such asc(person_age = "age"), orFALSEto skip field extraction.- ...
Passed to
call_llm_par().
Value
A tibble of class llmr_experiment: the call_llm_par() result with
XML-like tags parsed by llm_parse_tags_col() (adds tags_ok, tags_data,
and one column per requested tag or field).