Skip to content

ChatMessageStatus

ChatMessageStatus = "complete" | "streaming" | "error" | "pending"

Defined in: src/components/editor/ChatPanel/ChatPanel.types.ts:25

Visual status of a message.

  • complete: Fully received / sent
  • streaming: Currently receiving tokens
  • error: Failed to send or receive
  • pending: Queued, not yet sent