Fetch Results from a Completed Perplexity Deep Research Job
perplexity_fetch_research(
.job,
.api_key = Sys.getenv("PERPLEXITY_API_KEY"),
.max_tries = 3
)An updated LLMMessage with the research reply appended.
A tidyllm_research_job object. Must have status "completed" or will poll once.
Character; Perplexity API key (default: from environment).
Integer; maximum retries (default: 3).