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 inputassistant: LLM responsesystem: Informational/status messagestool: Tool call invocation and result