Skip to content

ChatMessageRole

ChatMessageRole = "user" | "assistant" | "system" | "tool"

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

Standard message roles in an LLM conversation.

  • user: Human input
  • assistant: LLM response
  • system: Informational/status messages
  • tool: Tool call invocation and result