Interface: OpenAiChatMessage
Properties
content
• content: string
Response to user's chat message in the context of the conversation.
Defined in
packages/mongodb-chatbot-server/src/services/ChatLlm.ts:14
embedding
• Optional
embedding: number
[]
The vector representation of the content.
Defined in
packages/mongodb-chatbot-server/src/services/ChatLlm.ts:19
role
• role: OpenAiMessageRole
The role of the message in the context of the conversation.