Arize Phoenix TS
    Preparing search index...

    Image reference for message content.

    Represents an image that can be included in message content, typically containing a URL or other reference to the image data.

    interface Image {
        url?: string;
    }
    Index

    Properties

    Properties

    url?: string