Enum WMLLMConversationRecord.MessageRole
Represents the role of a message sent to or from an LLM
Namespace: Quantellia.WMServer.Asset.LLM
Assembly: WMServer.dll
Syntax
public enum WMLLMConversationRecord.MessageRole
Fields
Name | Description |
---|---|
Assistant | The message is a response from the LLM |
System | The message is a prompt, or other system related message not visible to the user. |
Tool | The message is tool evaluation result. |
User | The message was sent by the user |