Interface IMemoryTitleSettings
Assembly: Glitch9.AIDevKit.dll
Syntax
public interface 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
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
int TriggerAfterMessageCount { get; }
Property Value
|
Edit this page
View Source
UtilityModel
Declaration
string UtilityModel { get; }
Property Value
|
Edit this page
View Source
WriteRecord
Save this generation as a record in the generation history.
Declaration
bool WriteRecord { get; }
Property Value
Extension Methods