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
|
Full Usage:
Clear
|
|
Full Usage:
Decay
|
|
Full Usage:
Focus(key, boost)
Parameters:
string
boost : float
|
|
Full Usage:
Pin key
Parameters:
string
|
|
Full Usage:
Remove key
Parameters:
string
|
|
|
|
Full Usage:
Unpin key
Parameters:
string
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsClear
Returns: bool
|
|
Full Usage:
this.IsDecay
Returns: bool
|
|
Full Usage:
this.IsFocus
Returns: bool
|
|
Full Usage:
this.IsPin
Returns: bool
|
|
Full Usage:
this.IsRemove
Returns: bool
|
|
Full Usage:
this.IsSet
Returns: bool
|
|
Full Usage:
this.IsUnpin
Returns: bool
|
|
Nao