import { type ChatCompletionContentPartImage } from "https://deno.land/x/openai@v4.53.2/resources/mod.ts";
const { ImageURL } = ChatCompletionContentPartImage;
Properties
Specifies the detail level of the image. Learn more in the Vision guide.
x/openai/resources/mod.ts>ChatCompletionContentPartImage.ImageURL
import { type ChatCompletionContentPartImage } from "https://deno.land/x/openai@v4.53.2/resources/mod.ts";
const { ImageURL } = ChatCompletionContentPartImage;
Specifies the detail level of the image. Learn more in the Vision guide.