| llm_batch_fetch | R Documentation |
Retrieves a finished job and returns one row per submitted request, in
submission order, with the same diagnostic columns as call_llm_par()
(response text, success, finish reason, token counts including cached
tokens, response id, raw JSON). Rows whose requests failed carry the
provider's error message. Parse structured replies afterwards with
llm_parse_structured_col() or llm_parse_tags_col(), exactly as for
live results.
llm_batch_fetch(job)
job |
An |
A tibble with custom_id plus the diagnostic columns described
above. If the job is not finished yet, an error is raised; check with
llm_batch_status() first.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.