Type Alias: ChatRole
ChatRole =
"system"|"user"|"assistant"
Defined in: structures/Conversation.ts:9
Role of a chat transcript message.
ChatRole =
"system"|"user"|"assistant"
Defined in: structures/Conversation.ts:9
Role of a chat transcript message.