list_batches {tidyllm} | R Documentation |
List all Batch Requests on a Batch API
Description
List all Batch Requests on a Batch API
Usage
list_batches(.provider = getOption("tidyllm_lbatch_default"))
Arguments
.provider |
A function or function call specifying the language model provider and any additional parameters.
This should be a call to a provider function like |
Value
A tibble with information about the status of batch processing.
[Package tidyllm version 0.3.4 Index]