References an image URL in the content of a message.

interface ImageURLContentBlock {
    image_url: OpenAIClient.Beta.Threads.Messages.ImageURL;
    type: "image_url";
}

Properties

Properties

type: "image_url"

The type of the content part.