A content part with type "input_url" that represents inout url in a request message.

interface ChatsUserContentImage {
    input_url: string;
    type: "image";
}

Properties

Properties

input_url: string

Type of the content part, in this case should always be "image_url".

type: "image"

ImageURL is the URL of the image.