Langfuse JS/TS SDKs
    Preparing search index...

    Interface ChatMessage

    interface ChatMessage {
        content: string;
        role: string;
        type?: "chatmessage";
    }
    Index

    Properties

    Properties

    content: string
    role: string
    type?: "chatmessage"