
Fetch Results from a Completed OpenAI Deep Research Job
Source:R/api_openai.R
openai_fetch_research.RdExtracts the assistant reply from a completed tidyllm_research_job returned
by openai_deep_research(.background = TRUE).
Arguments
- .job
A
tidyllm_research_jobobject. If not yet completed, polls once viaopenai_check_research()and errors if still incomplete.- .max_tries
Maximum retries per HTTP request (default:
3).