ApiData().Clear

Clears and initializes the SILVIA data in the active SILVIA Core.
Description

This function deletes all knowledge from the current SILVIA Brain, essentially creating a new “blank slate” in SILVIA’s memory.

Example Usage (C#)


bool success = _core.ApiData().Clear();

Parameters

None.

Returns

The boolean success or failure of the operation.

ApiData()