Databricks SDK for JavaScript
    Preparing search index...
    interface ChatMessage {
        content?: string;
        role?: ChatMessageRole;
    }
    Index

    Properties

    Properties

    content?: string

    The content of the message.

    The role of the message. One of [system, user, assistant].