import { allSettledWithThrow } from "https://deno.land/x/openai@v4.56.0/lib/Util.ts";
Like Promise.allSettled()
but throws an error if any promises are rejected.
x/openai/lib/Util.ts>allSettledWithThrow
import { allSettledWithThrow } from "https://deno.land/x/openai@v4.56.0/lib/Util.ts";
Like Promise.allSettled()
but throws an error if any promises are rejected.