Header menu logo Nao

MemoryTier Type

Three-tier memory model: Short-term (active context), Mid-term (session), Long-term (persistent)

Union cases

Union case Description

LongTerm

Full Usage: LongTerm

Long-term persistent memory — survives across sessions

MidTerm

Full Usage: MidTerm

Session state — persists within a conversation session

ShortTerm

Full Usage: ShortTerm

Active context window — messages in the current LLM call

Instance members

Instance member Description

this.IsLongTerm

Full Usage: this.IsLongTerm

Returns: bool
Returns: bool

this.IsMidTerm

Full Usage: this.IsMidTerm

Returns: bool
Returns: bool

this.IsShortTerm

Full Usage: this.IsShortTerm

Returns: bool
Returns: bool

Type something to start searching.