pub fn cancel_response<C, Fut, B, E>(
client: C,
params: &CancelResponseParams,
) -> CancelResponse<Fut, B, E> ⓘ
Expand description
Cancels a model response with the given ID. Only responses created with
the background
parameter set to true
can be cancelled.
Learn more.