Learn R Programming

tidyllm (version 0.5.1)

check_job: Check the Status of a Batch or Research Job

Description

check_job() dispatches to check_batch() for batch objects or perplexity_check_research() / openai_check_research() for tidyllm_research_job objects.

Usage

check_job(.job, ...)

Value

Status information; type depends on .job class.

Arguments

.job

An object with a batch_id attribute (from send_batch()) or a tidyllm_research_job (from deep_research(.background = TRUE)).

...

Additional arguments passed to the underlying function.