Langfuse JS/TS SDKs
    Preparing search index...

    Interface ChatMessage

    This file was auto-generated by Fern from our API Definition.

    interface ChatMessage {
        content: string;
        role: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    content: string
    role: string