This function retrieves the processing status and other details of a specified OpenAI batch ID from the OpenAI Batch API.
check_openai_batch(
.llms = NULL,
.batch_id = NULL,
.dry_run = FALSE,
.max_tries = 3,
.timeout = 60
)
A tibble with information about the status of batch processing.
A list of LLMMessage objects.
A manually set batch ID.
Logical; if TRUE, returns the prepared request object without executing it (default: FALSE).
Maximum retries to perform the request (default: 3).
Integer specifying the request timeout in seconds (default: 60).