Variables
MessageRole
MessageRole:
object
Defined in: packages/cloud/src/client/types.gen.ts:3625
Message role.
Type declaration
SYSTEM
readonly
SYSTEM:"system"
="system"
USER
readonly
USER:"user"
="user"
ASSISTANT
readonly
ASSISTANT:"assistant"
="assistant"
FUNCTION
readonly
FUNCTION:"function"
="function"
TOOL
readonly
TOOL:"tool"
="tool"
CHATBOT
readonly
CHATBOT:"chatbot"
="chatbot"
MODEL
readonly
MODEL:"model"
="model"