Arize Phoenix TS
    Preparing search index...

    Image-based message content.

    Represents image content within a message, used for multimodal LLM interactions that can process visual information.

    interface ImageMessageContent {
        image?: Image;
        type: "image";
    }
    Index

    Properties

    Properties

    image?: Image
    type: "image"