Show / Hide Table of Contents

Class WMLLMConversationRecord.Message

Represents a single message sent to or from an LLM

Inheritance
object
WMLLMConversationRecord.Message
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.Asset.LLM
Assembly: WMServer.dll
Syntax
public class WMLLMConversationRecord.Message

Properties

content

The content of the message

Declaration
public string content { get; set; }
Property Value
Type Description
string

role

The role of the message

Declaration
public WMLLMConversationRecord.MessageRole role { get; set; }
Property Value
Type Description
WMLLMConversationRecord.MessageRole
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE