Table of Contents

Constructor Message

Namespace
LMKit.TextGeneration.Chat
Assembly
LM-Kit.NET.dll

Message(AuthorRole, string)

Creates a new Message instance.

public Message(AuthorRole authorRole, string content)

Parameters

authorRole AuthorRole

Specifies the author's role.

content string

Specifies the message content.