Learn R Programming

tidyllm (version 0.6.0)

check_job: Check the Status of a Job

Description

check_job() reports on anything tidyllm dispatched and did not wait for: a batch from send_batch(), a background research job from deep_research(.background = TRUE), or a chat from send_chat().

Usage

check_job(.job, ...)

Value

Status information; type depends on .job.

Arguments

.job

A tidyllm_chat_job, a tidyllm_research_job, or a batch object from send_batch().

...

Additional arguments passed to the underlying function.

Details

What it costs differs by job, and knowingly so: on a batch it is an HTTP call to the provider, on a chat it is a turn of this session's event loop.