pub fn get_chat_completion<C, Fut, B, E>(
client: C,
params: &GetChatCompletionParams,
) -> GetChatCompletion<Fut, B, E> ⓘ
Expand description
Get a stored chat completion. Only Chat Completions that have been created
with the store
parameter set to true
will be returned.