Arize Phoenix TS
    Preparing search index...

    Text-based message content.

    Represents textual content within a message, used for standard text-based communication in LLM interactions.

    interface TextMessageContent {
        text: string;
        type: "text";
    }
    Index

    Properties

    Properties

    text: string
    type: "text"