Function get_chat_completion

Source
pub fn get_chat_completion<C, Fut, B, E>(
    client: C,
    params: &GetChatCompletionParams,
) -> GetChatCompletion<Fut, B, E> 
where C: FnOnce(Request<String>) -> Fut, Fut: Future<Output = Result<Response<B>, E>>, B: Body,
Expand description

Get a stored chat completion. Only Chat Completions that have been created with the store parameter set to true will be returned.