Learn R Programming

tidyllm (version 0.6.0)

cancel_job: Stop a running chat

Description

Closes the connection and marks the job cancelled. A cancelled job cannot be fetched; fetch_job() on one raises rather than waiting forever.

Usage

cancel_job(.job)

Value

The job, invisibly.

Arguments

.job

A tidyllm_chat_job from send_chat().