List all Batch Requests on a Batch API
list_batches(.provider = getOption("tidyllm_lbatch_default"))
A tibble with information about the status of batch processing.
A function or function call specifying the language model provider and any additional parameters.
This should be a call to a provider function like openai()
, claude()
, etc.
You can also set a default provider function via the tidyllm_lbatch_default
option.