Class ChatState
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class ChatState
Constructors
|
Edit this page
View Source
ChatState()
Declaration
Properties
|
Edit this page
View Source
CreatedAt
Declaration
public UnixTime? CreatedAt { get; set; }
Property Value
|
Edit this page
View Source
DeltaStates
Declaration
public Dictionary<int, Dictionary<int, DeltaTextState>> DeltaStates { get; }
Property Value
|
Edit this page
View Source
Id
Declaration
public string Id { get; set; }
Property Value
|
Edit this page
View Source
Model
Declaration
public string Model { get; set; }
Property Value
|
Edit this page
View Source
Role
Declaration
public ChatRole Role { get; set; }
Property Value
|
Edit this page
View Source
Usage
Declaration
public Usage Usage { get; set; }
Property Value
Extension Methods