Viv JavaScript Runtime - v0.10.2
    Preparing search index...

    Function fadeCharacterMemories

    • Invokes the knowledge manager to fade all character memories.

      This procedure works by reducing all memory salience values according to the amount of time that has passed since last invocation of this procedure and the configured rate of forgetting, which is specified in HostApplicationAdapterConfig.

      Returns Promise<void>

      Nothing. Memories are faded via side effects.

      await fadeCharacterMemories();
      

      Memory-related configuration parameters in HostApplicationAdapterConfig.

      VivNotInitializedError If Viv is not initialized.