Header menu logo Nao

WorkingMemoryEvent Type

Mutating events for working memory persistence. (Attention boosts from GetAsync are read-side effects and are not persisted.)

Union cases

Union case Description

Clear

Full Usage: Clear

Decay

Full Usage: Decay

Focus(key, boost)

Full Usage: Focus(key, boost)

Parameters:
    key : string
    boost : float

key : string
boost : float

Pin key

Full Usage: Pin key

Parameters:
    key : string

key : string

Remove key

Full Usage: Remove key

Parameters:
    key : string

key : string

Unpin key

Full Usage: Unpin key

Parameters:
    key : string

key : string

Instance members

Instance member Description

this.IsClear

Full Usage: this.IsClear

Returns: bool
Returns: bool

this.IsDecay

Full Usage: this.IsDecay

Returns: bool
Returns: bool

this.IsFocus

Full Usage: this.IsFocus

Returns: bool
Returns: bool

this.IsPin

Full Usage: this.IsPin

Returns: bool
Returns: bool

this.IsRemove

Full Usage: this.IsRemove

Returns: bool
Returns: bool

this.IsSet

Full Usage: this.IsSet

Returns: bool
Returns: bool

this.IsUnpin

Full Usage: this.IsUnpin

Returns: bool
Returns: bool

Type something to start searching.