Table of Contents

Class Turn

Namespace
OobaboogaAPIHelper
Assembly
DougWare.OobaboogaAPIHelper.dll

Represents a single turn in the conversation.

public class Turn
Inheritance
Turn
Inherited Members

Properties

Content

Gets or sets the text of the turn.

public string Content { get; set; }

Property Value

string

TokenCount

Gets or sets the number of tokens in the turn.

public int TokenCount { get; set; }

Property Value

int

TurnType

Gets or sets the type of the turn ("Human" or "Assistant").

public string TurnType { get; set; }

Property Value

string