Table of Contents

Interface IAgentMemorySettings

public interface IAgentMemorySettings

Properties

AutoSave

bool AutoSave { get; }

Property Value

bool

EmbeddingModel

string EmbeddingModel { get; }

Property Value

string

GenerateTitle

bool GenerateTitle { get; }

Property Value

bool

MaxContextMessages

int MaxContextMessages { get; }

Property Value

int

RetrievalMinSim

float RetrievalMinSim { get; }

Property Value

float

RetrievalTopK

int RetrievalTopK { get; }

Property Value

int

SummaryModel

string SummaryModel { get; }

Property Value

string

UseVectorStore

bool UseVectorStore { get; }

Property Value

bool