import { AbstractChatCompletionRunner } from "https://deno.land/x/openai@v4.19.0/lib/AbstractChatCompletionRunner.ts";
Returns
Promise<ChatCompletion>
a promise that resolves with the final ChatCompletion, or rejects if an error occurred or the stream ended prematurely without producing a ChatCompletion.