Interface IMemoryPersonalizationSettings
Namespace: Glitch9.AIDevKit.Agents
Assembly: Glitch9.AIDevKit.dll
Syntax
public interface IMemoryPersonalizationSettings
Properties
| Edit this page View SourceMaxItems
Declaration
int MaxItems { get; }
Property Value
| Type | Description |
|---|---|
| int |
UtilityModel
Declaration
string UtilityModel { get; }
Property Value
| Type | Description |
|---|---|
| string |
WriteRecord
Declaration
bool WriteRecord { get; }
Property Value
| Type | Description |
|---|---|
| bool |