variable toBase64import { toBase64 } from "https://deno.land/x/openai@v4.53.2/core.ts"; Encodes a string to Base64 format. type(str: string | null | undefined) => string