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