Class MemoryTitleSettings
Inheritance
MemoryTitleSettings
Assembly: Glitch9.AIDevKit.Agent.dll
Syntax
[Serializable]
public class MemoryTitleSettings : IMemoryTitleSettings
Properties
|
Edit this page
View Source
RegenerateUntilMessageCount
Keep regenerating the title until the conversation reaches this many messages.
Set to 0 to generate only once.
Declaration
public int RegenerateUntilMessageCount { get; }
Property Value
|
Edit this page
View Source
TriggerAfterMessageCount
Generate the first title after this many messages
(default: 2 = after the first user+assistant exchange).
Declaration
public int TriggerAfterMessageCount { get; }
Property Value
|
Edit this page
View Source
UtilityModel
Declaration
public string UtilityModel { get; }
Property Value
|
Edit this page
View Source
WriteRecord
Save this generation as a record in the generation history.
Declaration
public bool WriteRecord { get; }
Property Value
Implements
Extension Methods