Member Junction
    Preparing search index...
    Index

    Constructors

    • Parameters

      • message: string
      • senderName: string
      • senderType: "user" | "ai"
      • id: string | number | null = null

      Returns ChatMessage

    Properties

    id?: string | number | null
    isThinking?: boolean

    Optional: indicates a thinking/processing state

    message: string
    senderName: string
    senderType: "user" | "ai" = 'user'
    timestamp: Date = ...

    Timestamp when the message was created

    toolName?: string

    Optional: indicates a tool execution is in progress