Langfuse JS/TS SDKs
    Preparing search index...

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

    interface Chatmessage {
        content: string;
        role: string;
        type: "chatmessage";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    content: string
    role: string
    type: "chatmessage"