Class AgentSaveData.ChatSaveData
Inheritance
AgentSaveData.ChatSaveData
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class AgentSaveData.ChatSaveData
Properties
|
Edit this page
View Source
AgentName
Declaration
[JsonProperty("agent_name")]
public string AgentName { get; set; }
Property Value
|
Edit this page
View Source
Instructions
Declaration
[JsonProperty("instructions")]
public string Instructions { get; set; }
Property Value
|
Edit this page
View Source
Model
Declaration
[JsonProperty("model")]
public AgentSaveData.AIResourceTracker Model { get; set; }
Property Value
Extension Methods