check_mistral_batch {tidyllm} | R Documentation |
Check Batch Processing Status for Mistral Batch API
Description
This function retrieves the processing status and other details of a specified Mistral batch ID from the Mistral Batch API.
Usage
check_mistral_batch(
.llms = NULL,
.batch_id = NULL,
.dry_run = FALSE,
.max_tries = 3,
.timeout = 60
)
Arguments
.llms |
A list of LLMMessage objects. |
.batch_id |
A manually set batch ID. |
.dry_run |
Logical; if TRUE, returns the prepared request object without executing it (default: FALSE). |
.max_tries |
Maximum retries to perform the request (default: 3). |
.timeout |
Integer specifying the request timeout in seconds (default: 60). |
Value
A tibble with information about the status of batch processing.
[Package tidyllm version 0.3.4 Index]