Function update_chat_completion

Source
pub fn update_chat_completion<C, Fut, B, E>(
    client: C,
    params: &UpdateChatCompletionParams,
    request: &UpdateChatCompletionRequest,
) -> UpdateChatCompletion<Fut, B, E> 
where C: FnOnce(Request<String>) -> Fut, Fut: Future<Output = Result<Response<B>, E>>, B: Body,
Expand description

Modify a stored chat completion. Only Chat Completions that have been created with the store parameter set to true can be modified. Currently, the only supported modification is to update the metadata field.