Skip to contents

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

Usage

check_job(.job, ...)

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.

Value

Status information; type depends on .job class.