pub fn update_chat_completion<C, Fut, B, E>(
client: C,
params: &UpdateChatCompletionParams,
request: &UpdateChatCompletionRequest,
) -> UpdateChatCompletion<Fut, B, E> ⓘ
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.