Class Message
- Namespace
- Prefrontal.Modules.Chat.Text
- Assembly
- Prefrontal.Modules.dll
- Inheritance
-
Message
- Inherited Members
-
- Extension Methods
-
Constructors
Message(string, string, string?)
public Message(string role, string content, string? name = null)
Parameters
role
string
content
string
name
string
Fields
AssistantRole
public const string AssistantRole = "assistant"
Field Value
- string
Content
Field Value
- string
Name
Field Value
- string
Role
Field Value
- string
SystemRole
public const string SystemRole = "system"
Field Value
- string
UserRole
public const string UserRole = "user"
Field Value
- string
Methods
FromAssistant(string)
public static Message FromAssistant(string content)
Parameters
content
string
Returns
- Message
FromSystem(string)
public static Message FromSystem(string content)
Parameters
content
string
Returns
- Message
FromUser(string)
public static Message FromUser(string content)
Parameters
content
string
Returns
- Message